Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
changed header flex-dir for small screens
  • Loading branch information
al-amin404 authored Oct 26, 2023
1 parent 30052da commit de0b17b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ a{
}
.header{
background-color: #1f2937;
padding: 0 6%;
padding: 10px 6%;
justify-content: space-between;
min-height: 80px;
position: sticky;
Expand Down Expand Up @@ -221,4 +221,9 @@ a{
.cta-title{
font-size: 20px;
}
}
}
@media only screen and (max-width:480px) {
.header{
flex-direction: column;
}
}

0 comments on commit de0b17b

Please sign in to comment.