smaller on phones

This commit is contained in:
j 2018-01-12 10:28:15 +01:00
parent e532838e57
commit f8309b5b00
1 changed files with 7 additions and 1 deletions

View File

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