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 {