Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Amoor4 authored Feb 7, 2024
1 parent 145bf32 commit 5507650
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1030,6 +1030,12 @@ the website, in dark theme
column-gap: 3rem;
}

.container1 {
max-width: 380px;
align-items: center;
margin-left: var(--mb-1-5);
margin-right: var(--mb-1-5);
}
.nav__toggle,
.nav__close{
display: none;
Expand Down Expand Up @@ -1099,14 +1105,24 @@ the website, in dark theme
width: 600px;
}

.container1 {
max-width: 480px;
align-items: center;
margin-left: var(--mb-1-5);
margin-right: var(--mb-1-5);
}

.about__img1{
width: 420px;
}

.about__img{
width: 380px;
}

.steps__container{
grid-template-columns: repeat(3, 1fr);
}
}
.steps__bg{
padding: 3.5rem 2.5rem;
}
Expand Down Expand Up @@ -1187,7 +1203,17 @@ the website, in dark theme
.home__social-link{
font-size: 1.15rem;
}

.container1 {
max-width: 550px;
align-items: center;
margin-left: var(--mb-1-5);
margin-right: var(--mb-1-5);
}

.about__img1{
width: 480px;
}
.about__container{
column-gap: 7rem;
}
Expand Down

0 comments on commit 5507650

Please sign in to comment.