| @@ -216,7 +216,9 @@ input[type="checkbox"]:checked ~ .reveal-if-active { | |||||
| .custom-category-sub { | .custom-category-sub { | ||||
| text-align: center; | text-align: center; | ||||
| margin: 10px; | margin: 10px; | ||||
| width: 400px; | |||||
| width: 500px; | |||||
| padding: 0px; | |||||
| margin: 0px; | |||||
| } | } | ||||
| body.light .custom-category { | body.light .custom-category { | ||||
| @@ -285,6 +287,7 @@ body.dark input[type="checkbox"]:checked+ | |||||
| display: flex; | display: flex; | ||||
| flex-wrap: wrap; | flex-wrap: wrap; | ||||
| align-items: center; | align-items: center; | ||||
| text-align: center; | |||||
| width: 500px; | width: 500px; | ||||
| } | } | ||||
| @@ -299,12 +302,16 @@ body.dark input[type="checkbox"]:checked+ | |||||
| flex: 1 0 200px; | flex: 1 0 200px; | ||||
| } | } | ||||
| .flex-outer-sub { | |||||
| padding: 0px; | |||||
| } | |||||
| .flex-outer-sub li, | .flex-outer-sub li, | ||||
| .flex-inner { | .flex-inner { | ||||
| display: flex; | display: flex; | ||||
| flex-wrap: wrap; | flex-wrap: wrap; | ||||
| align-items: center; | align-items: center; | ||||
| width: 400px; | |||||
| width: 500px; | |||||
| } | } | ||||
| .flex-outer-sub label, | .flex-outer-sub label, | ||||