Skip to content

Commit

Permalink
Updated style.css in assets
Browse files Browse the repository at this point in the history
  • Loading branch information
kavyapurushottama committed Aug 9, 2024
1 parent 9c5ba50 commit 4cde187
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down Expand Up @@ -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;
}
Expand All @@ -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);

Expand All @@ -370,16 +376,16 @@ body.dark-theme {

}
.services__data img {
max-width: 100%;
max-width: 85%;
height: auto;
}
.services__data:hover{
background-color: #55a5ea
}

.services__img {
width: 100%;
height: 100%;
width: 95%;
height: 95%;
justify-self: center;
margin-bottom: var(--mb-0-5);
object-fit: cover;
Expand Down

0 comments on commit 4cde187

Please sign in to comment.