Browse Source

Better bound

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

+ 1
- 1
pico.css View File

@@ -97,7 +97,7 @@ body {
.video-container.mirror video {
transform: scaleX(-1);
}
@media only screen and (min-width: 600px) {
@media only screen and (min-width: 800px) {
.chat {
grid-template-areas:
'online media'

Loading…
Cancel
Save