Fires maps simplified. Better mobile style
This commit is contained in:
parent
db964d247f
commit
23ee271d64
4 changed files with 25 additions and 26 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue