mirror of
https://github.com/amalthea-mc/amalthea-mc.github.io.git
synced 2024-11-09 20:21:05 +00:00
Move media query to the end of stylesheet
This commit is contained in:
parent
37ea2122b0
commit
28d7cbaf96
42
style.css
42
style.css
@ -26,27 +26,6 @@ body {
|
|||||||
font-family: PRegular;
|
font-family: PRegular;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 768px) {
|
|
||||||
.content {
|
|
||||||
width: 100vw;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.address {
|
|
||||||
font-size: 160%;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.address-desc {
|
|
||||||
font-size: 140%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.links {
|
|
||||||
margin-top: 10px;
|
|
||||||
font-size: 140%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: beige;
|
color: beige;
|
||||||
}
|
}
|
||||||
@ -93,3 +72,24 @@ a:focus-visible {
|
|||||||
.links > a {
|
.links > a {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 768px) {
|
||||||
|
.content {
|
||||||
|
width: 60vw;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.address {
|
||||||
|
font-size: 160%;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.address-desc {
|
||||||
|
font-size: 140%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.links {
|
||||||
|
margin-top: 10px;
|
||||||
|
font-size: 140%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user