Browse Source

Width fixup

master
Roderic Day 5 years ago
parent
commit
5af00958d5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pico.css

+ 1
- 1
pico.css View File

@@ -123,7 +123,7 @@ body {
'posts media'
'actions media'
;
grid-template-columns: 1fr 4fr;
grid-template-columns: 320px 1fr;
grid-template-rows: auto 1fr auto;
height: calc(100vh - 2 * var(--pad));
}

Loading…
Cancel
Save