diff options
Diffstat (limited to 'web/css/main.css')
-rw-r--r-- | web/css/main.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/web/css/main.css b/web/css/main.css index 0dd07fc2..e185b14b 100644 --- a/web/css/main.css +++ b/web/css/main.css @@ -88,7 +88,11 @@ select:active { display: inline-block; width: 25%; } -.row50:not(:first-child), .row25:not(:first-child) { +.row16 { + display: inline-block; + width: 16.66% +} +.row50:not(:first-child), .row25:not(:first-child), .row16:not(:first-child) { border-left: var(--dark-border); } |