[Design] Make buttons smaller. Make shownotes larger on phones

This commit is contained in:
Ceda EI 2020-01-25 03:46:55 +05:30
parent 68d853297a
commit 979d3f50b7
1 changed files with 6 additions and 2 deletions

View File

@ -69,7 +69,7 @@ body {
} }
} }
.shownotes { .shownotes {
padding: 1em; padding: 2em 1em 1em 1em;
margin: auto; margin: auto;
width: 80%; width: 80%;
} }
@ -92,7 +92,7 @@ body {
.button { .button {
font-size: 1.5em; font-size: 1.5em;
color: #000; color: #000;
padding: 1em; padding: 0.5em;
border-color: #000; border-color: #000;
border-width: 3px; border-width: 3px;
border-style: solid; border-style: solid;
@ -152,6 +152,10 @@ h1 {
.player { .player {
width: 100%; width: 100%;
} }
.shownotes {
width: 90%;
padding: 2em 0 1em 0;
}
} }
} }
.bottom { .bottom {