Explorar el Código

I hate CSS

tags/v0.7.0
Fen Dweller hace 8 años
padre
commit
2c67f7ad16
Se han modificado 1 ficheros con 9 adiciones y 2 borrados
  1. +9
    -2
      style.css

+ 9
- 2
style.css Ver fichero

@@ -216,7 +216,9 @@ input[type="checkbox"]:checked ~ .reveal-if-active {
.custom-category-sub {
text-align: center;
margin: 10px;
width: 400px;
width: 500px;
padding: 0px;
margin: 0px;
}

body.light .custom-category {
@@ -285,6 +287,7 @@ body.dark input[type="checkbox"]:checked+
display: flex;
flex-wrap: wrap;
align-items: center;
text-align: center;
width: 500px;
}

@@ -299,12 +302,16 @@ body.dark input[type="checkbox"]:checked+
flex: 1 0 200px;
}

.flex-outer-sub {
padding: 0px;
}

.flex-outer-sub li,
.flex-inner {
display: flex;
flex-wrap: wrap;
align-items: center;
width: 400px;
width: 500px;
}

.flex-outer-sub label,


Cargando…
Cancelar
Guardar