From 979d3f50b7ff8097d77aba535eb64c68b09a5d73 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Sat, 25 Jan 2020 03:46:55 +0530 Subject: [PATCH] [Design] Make buttons smaller. Make shownotes larger on phones --- scss/index.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/scss/index.scss b/scss/index.scss index 2ed2611..1dc7d8f 100644 --- a/scss/index.scss +++ b/scss/index.scss @@ -69,7 +69,7 @@ body { } } .shownotes { - padding: 1em; + padding: 2em 1em 1em 1em; margin: auto; width: 80%; } @@ -92,7 +92,7 @@ body { .button { font-size: 1.5em; color: #000; - padding: 1em; + padding: 0.5em; border-color: #000; border-width: 3px; border-style: solid; @@ -152,6 +152,10 @@ h1 { .player { width: 100%; } + .shownotes { + width: 90%; + padding: 2em 0 1em 0; + } } } .bottom {