Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMaxium69 committed Apr 23, 2022
1 parent 6297db9 commit abe4518
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,30 +46,16 @@
#home .head .centertext h3 a:hover{
color: white;
}
@media (max-width: 1156px) {
#home .head .centertext h1{
font-size: 49px;
}
}

@media (max-width: 830px) {
#home .head .centertext{
width:unset;
margin-left: unset;
margin-right: unset;
}

}

@media (max-width: 887px){
#home .head{
background-size: unset;
}
#home .head .centertext{
width: 100%;
margin-left: unset;
margin-right: unset;
}
width: 100%;
margin-left: unset;
margin-right: unset;
}
}
@media (max-width: 626px){
#home .head .centertext{
Expand Down

0 comments on commit abe4518

Please sign in to comment.