mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
Made headers slightly smaller on mobile
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user