Browse Source

Fix padding woes

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

+ 2
- 3
pico.css View File

@@ -46,7 +46,6 @@ body {
}
.media {
grid-area: media;
position: relative;
}
#textbox {
resize: none;
@@ -69,6 +68,7 @@ body {
overflow-x: scroll;
height: 200px;
resize: vertical;
position: relative;
}
.video-container {
display: inline-block;
@@ -118,7 +118,6 @@ body {
;
grid-template-columns: 1fr 4fr;
grid-template-rows: auto 1fr auto;
height: 100vh;
width: 100vw;
height: calc(100vh - 2 * var(--pad));
}
}

Loading…
Cancel
Save