Browse Source

Fixed desc box being sized wrongly in landscape

tags/v0.1.0
Fen Dweller 6 years ago
parent
commit
8a9ae0223f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      satiate.css

+ 1
- 1
satiate.css View File

@@ -292,7 +292,7 @@ a:hover {
background: rgba(255, 255, 255, 0.15); background: rgba(255, 255, 255, 0.15);
} }


@media (max-aspect-ratio: 1/1) {
@media (min-aspect-ratio: 1/1) {
#desc { #desc {
flex: 1; flex: 1;
} }


Loading…
Cancel
Save