smaller on phones

This commit is contained in:
j 2018-01-12 10:28:15 +01:00
parent e532838e57
commit f8309b5b00

View file

@ -122,3 +122,9 @@ em, i {
.section:not(.selected) { .section:not(.selected) {
display: none; display: none;
} }
@media (max-width: 768px) {
.section {
width: 600px;
}
}