mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
adjust media queries
This commit is contained in:
parent
9dc16e86b0
commit
7d45d039e1
@ -119,16 +119,24 @@ html {
|
||||
margin: auto;
|
||||
|
||||
min-width: 400px;
|
||||
max-width: 1100px;
|
||||
max-width: 1200px;
|
||||
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
|
||||
@media screen and (max-width: 1920px) {
|
||||
@media screen and (max-width:2000px) {
|
||||
max-width: 1000px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1444px) {
|
||||
max-width: 800px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1160px) {
|
||||
@media screen and (max-width: 1170px) {
|
||||
max-width: 700px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1024px) {
|
||||
max-width: 600px;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user