From 9422fa9dc4d9ee213fb25a03e5e60d7e99e79458 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 12 May 2021 19:53:36 +0200 Subject: move load json and video buttons to menu [temp] --- styles/presentation.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'styles') diff --git a/styles/presentation.css b/styles/presentation.css index 0a95b97..3b659c6 100644 --- a/styles/presentation.css +++ b/styles/presentation.css @@ -1,3 +1,7 @@ +:root { + background-color: var(--c100); +} + .slideWrapper { margin: 0 auto; max-width: calc(16 / 9 * 100vh); @@ -5,7 +9,7 @@ .slideWrapper .slide { padding-top: calc(9 / 16 * 100%); - background-color: #ff00ff; + background-color: var(--c200); } .fullscreenControls { @@ -49,12 +53,12 @@ #menu .info h3 { color: var(--c700); font-weight: 400; - font-size: 50px; + font-size: min(50px, 3vw); } #menu .info h1 { font-weight: 600; - font-size: 70px; + font-size: min(70px, 4.2vw); } #menu .MuiButton-root { -- cgit v1.2.3