website: dynamic metrics
This commit is contained in:
parent
edfd488300
commit
bd425b8fb8
4 changed files with 172 additions and 37 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue