Skip to content

Commit

Permalink
'Flex-added'
Browse files Browse the repository at this point in the history
  • Loading branch information
kandyy9 committed Mar 5, 2024
1 parent ac1a5b8 commit 1aec445
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ img{
padding: 0 15px;
}

.header .container{
display: flex;
}

.navigation{
display: flex;
align-items: center;
Expand Down Expand Up @@ -112,6 +116,7 @@ img{

.hero{
background-color: var(--dark-color);
padding: 188px 0;
}

.hero .container{
Expand Down

0 comments on commit 1aec445

Please sign in to comment.