Browse Source

Ginger mentioned increasing the height of video a bit

pull/89/head
Gabe Kangas 6 years ago
parent
commit
d8d6c0f26a
  1. 2
      webroot/styles/layout.css

2
webroot/styles/layout.css

@ -2,7 +2,7 @@
:root { :root {
--header-height: 3.5em; --header-height: 3.5em;
--right-col-width: 24em; --right-col-width: 24em;
--video-container-height: 50vh; --video-container-height: 55vh;
--header-bg-color: rgba(20,0,40,1); --header-bg-color: rgba(20,0,40,1);
--user-image-width: 10em; --user-image-width: 10em;
} }

Loading…
Cancel
Save