Parcourir la source

Fixed desc box being sized wrongly in landscape

tags/v0.1.0
Fen Dweller il y a 7 ans
Parent
révision
8a9ae0223f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      satiate.css

+ 1
- 1
satiate.css Voir le fichier

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

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


Chargement…
Annuler
Enregistrer