Skip to content

Commit

Permalink
Updated the CSS file
Browse files Browse the repository at this point in the history
  • Loading branch information
peterokolie authored Oct 29, 2022
1 parent 0864611 commit a7dd1e1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,17 @@ color: #E8AA42;
font-size: 1.7rem;
}
}
@media screen and (max-width: 1440px){
.home .home-slider .slide
{
text-align: center;
height: 90vh;
}
.home .home-slider .slide .content-box h1
{
font-size: 4.8rem;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1380px) {
.content-box{
text-align: center;
Expand Down

0 comments on commit a7dd1e1

Please sign in to comment.