diff --git a/static_files/style.css b/static_files/style.css index 2978081..57eb5dc 100644 --- a/static_files/style.css +++ b/static_files/style.css @@ -47,6 +47,18 @@ top: 25%; } +@media (orientation: portrait) { + .truth_list { + width: 60vw; + } + + .graph { + width: 35vw; + } +} + +/* Global styling */ + hr { border: none; border-top: 2px solid #9ec5fe; @@ -74,13 +86,3 @@ body { body > h2 { padding-left: 0.25eM; } - -@media (orientation: portrait) { - .truth_list { - width: 60vw; - } - - .graph { - width: 35vw; - } -}