From 4cde1877ea399d5fdd9f5efcdae0cc36a4123026 Mon Sep 17 00:00:00 2001 From: Kavya <134777490+kavyapurushottama@users.noreply.github.com> Date: Sat, 10 Aug 2024 01:58:23 +0530 Subject: [PATCH] Updated style.css in assets --- assets/css/styles.css | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index ab5ea8d6..6ee46d31 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -245,13 +245,15 @@ body.dark-theme { /*=============== HOME ===============*/ .home__container { - row-gap: 3rem; + row-gap: 2rem; + margin-top: 100px; } .home__title { font-size: var(--biggest-font-size); font-weight: var(--font-bold); margin-bottom: var(--mb-0-75); + padding-top: 50px; padding-left: 100px; } @@ -320,12 +322,13 @@ body.dark-theme { .about__data { text-align: justify; - padding-left: 100px; + padding-right: 100px; } .about img { max-width: 100%; height: auto; - margin-left: 0px; + margin-left: 100px; + margin-right: 0px; margin-top: 100px; padding-left: 0px; } @@ -349,6 +352,9 @@ body.dark-theme { .services__container { padding-top: 1rem; } +.section__title{ + padding-top: 5rem; +} .service__container grid:hover{ background-color: rgb(0, 98, 255); @@ -370,7 +376,7 @@ body.dark-theme { } .services__data img { - max-width: 100%; + max-width: 85%; height: auto; } .services__data:hover{ @@ -378,8 +384,8 @@ body.dark-theme { } .services__img { - width: 100%; - height: 100%; + width: 95%; + height: 95%; justify-self: center; margin-bottom: var(--mb-0-5); object-fit: cover;