Fires maps simplified. Better mobile style

This commit is contained in:
vjrj 2018-03-04 13:31:41 +01:00
parent db964d247f
commit 23ee271d64
4 changed files with 25 additions and 26 deletions

View file

@ -11,11 +11,13 @@ a, a:hover {
h4.page-header {
line-height: 2em;
font-size: 2em;
}
@include breakpoint(mobile) {
h4.page-header {
line-height: 1.3em;
font-size: 1.5em;
}
}
@ -23,18 +25,8 @@ h4.page-header {
/* margin-top: 30px; */
}
h4.page-header {
font-size: 2em;
}
.page-header {
margin-top: 0;
}
@include breakpoint(tablet) {
.page-header {
margin-top: 10px;
}
margin-top: 10px;
}
#react-root > div > div.container > div > div.alert {