Mobile styling tweaks

This commit is contained in:
Alec Maier
2019-09-07 00:36:20 -04:00
parent d8d86b9bbb
commit 6119df351e

View File

@@ -9,6 +9,11 @@
margin: 0.3em 0; margin: 0.3em 0;
} }
#main-buttons button {
width: 12em;
padding: 1.7em;
}
h3 { h3 {
font-size: 20px; font-size: 20px;
} }
@@ -19,8 +24,8 @@
.card { .card {
padding: 0.5em; padding: 0.5em;
width: 7em; width: 8em;
height: 10.5em; height: 11.5em;
font-size: 0.9em; font-size: 0.9em;
margin: 0 0.7em 0.7em 0; margin: 0 0.7em 0.7em 0;
} }
@@ -334,6 +339,7 @@ button {
display: -webkit-flex; display: -webkit-flex;
-webkit-flex-wrap: wrap; -webkit-flex-wrap: wrap;
margin-bottom: 3em; margin-bottom: 3em;
justify-content: center;
} }
.app-btn-secondary { .app-btn-secondary {
@@ -379,7 +385,8 @@ button {
#card-select-header button { #card-select-header button {
margin-right: 1em; margin-right: 1em;
padding: 0.5em; width: 11em;
padding: 1em;
} }
#card-select-header span { #card-select-header span {