1150px text size breakpoint

This commit is contained in:
Mashy 2019-11-22 10:35:17 +10:00
parent 69be938e76
commit 672644514d

View File

@ -258,6 +258,17 @@ figure.gray {
}
}
@media (max-width: 1150px) {
#mnml {
font-size: 60%;
}
svg {
height: 1em;
}
}
.mobile-title {
display: none;
}