mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-13 02:44:14 +01:00
Changed heading sizes for modals.
This commit is contained in:
parent
e3dc98b76d
commit
4a6f58d61c
1 changed files with 8 additions and 0 deletions
|
@ -17,6 +17,14 @@
|
||||||
padding-top: $margin-3;
|
padding-top: $margin-3;
|
||||||
padding-bottom: $margin-3;
|
padding-bottom: $margin-3;
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: $font-size-4;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-size: $font-size-5;
|
||||||
|
}
|
||||||
|
|
||||||
/* Bug fix: <http://stackoverflow.com/questions/28636832/firefox-overflow-y-not-working-with-nested-flexbox> */
|
/* Bug fix: <http://stackoverflow.com/questions/28636832/firefox-overflow-y-not-working-with-nested-flexbox> */
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue