website: dynamic metrics

This commit is contained in:
Rasmus Andersson 2018-02-20 18:12:29 -08:00
parent edfd488300
commit bd425b8fb8
4 changed files with 172 additions and 37 deletions

View file

@ -470,8 +470,14 @@ box h3 {
/* ------------------------------------------------------ */
/* wide windows */
@media only screen and (min-width: 566px) {
.narrow-window { display: none; }
}
/* narrow windows */
@media only screen and (max-width: 565px) {
.wide-window { display: none; }
.row.menu ul {
justify-content: space-between;
}