Made headers slightly smaller on mobile

This commit is contained in:
Alec Maier
2019-09-07 00:29:39 -04:00
parent cad4095474
commit d8d86b9bbb

View File

@@ -1,6 +1,6 @@
@media(max-width: 750px) {
.app-header {
font-size: 50px;
font-size: 45px;
margin: 2em 0 0.5em 0;
}
@@ -281,6 +281,7 @@ button {
.card-bottom {
display: flex;
display: -webkit-flex;
justify-content: flex-end;
height: 50%;
align-items: flex-start;
@@ -330,7 +331,8 @@ button {
#card-select {
display: flex;
flex-wrap: wrap;
display: -webkit-flex;
-webkit-flex-wrap: wrap;
margin-bottom: 3em;
}