From a1ec3a95cfc3781990103e03494210a27a1a0014 Mon Sep 17 00:00:00 2001 From: Ayushitripathi110505 Date: Tue, 1 Oct 2024 11:26:03 +0530 Subject: [PATCH 1/2] test --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index f37685c..ec2037f 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,6 @@ + From 446a88331302c2ecd62b8eff8144d018d44fe08d Mon Sep 17 00:00:00 2001 From: Ayushitripathi110505 Date: Thu, 3 Oct 2024 01:17:16 +0530 Subject: [PATCH 2/2] decreased --- assets/css/styles.css | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index 95d0f38..dcff1d4 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -302,29 +302,41 @@ img{ /*========== SERVICES ==========*/ .services__container{ - row-gap: 2.5rem; + row-gap: 2.5px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); + margin-left: 105px; } .services__content{ text-align: center; + padding: 5px; } .services__img{ width: 64px; height: 64px; - fill: var(--first-color); - margin-bottom: var(--mb-2); + margin-bottom: -50px; + margin-top: -10px; + margin-left: -50px; + margin-right: 10px; } .services__title{ font-size: var(--h3-font-size); color: var(--title-color); - margin-bottom: var(--mb-1); + margin-bottom: 20px; + margin-top: -60px; + margin-right: 100px; + margin-left: 10px; + } .services__description{ - padding: 0 1.5rem; + margin-left: -40px; + margin-top: 20px; + margin-bottom: 20px; + margin-right: -20px; + padding: 10px; } /*========== MENU ==========*/