Explorar el Código

Fixed desc box being sized wrongly in landscape

tags/v0.1.0
Fen Dweller hace 6 años
padre
commit
8a9ae0223f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      satiate.css

+ 1
- 1
satiate.css Ver fichero

@@ -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;
}


Cargando…
Cancelar
Guardar