forked from ruangrupa/lumbung.space
move media queries together
This commit is contained in:
parent
286383c380
commit
29faab218f
@ -907,6 +907,18 @@ footer a:hover {
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.lumbung-radio-player {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 960px) {
|
||||
.menu ul:first-child {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* about styles */
|
||||
|
||||
#about-img {
|
||||
@ -944,14 +956,3 @@ footer a:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.lumbung-radio-player {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 960px) {
|
||||
.menu ul:first-child {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user