diff --git a/style.css b/style.css index e77b38b..931eaae 100644 --- a/style.css +++ b/style.css @@ -93,14 +93,14 @@ body { justify-content: center; align-content: center; margin: 10px auto; - padding: 20px; + padding: 10px; max-width: 96vw; border-radius: 10px; text-align: center; } .ctrl { - font-size: 25px; + font-size: 18px; } .ctrlOuter { @@ -135,7 +135,7 @@ body { display: flex; margin: 20px auto; max-width: 90vw; - font-size:9px; + font-size:7px; } @@ -158,7 +158,7 @@ body { width: 700px; height: 400px; margin-bottom: 40px; - box-shadow: 0px 0px 20px 5px black; + border: none; } .titleDiv a { @@ -188,12 +188,11 @@ body { } - #controlsInner { - width: 500px; - max-width: 96vw; + .ctrlInner { + padding: 20px; } - #controlsOuter { + #ctrlOuter { width: 100%; max-width:400px; } @@ -211,6 +210,7 @@ body { margin: 20px auto; max-width: 100%; font-size: 13px; + }