mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 11:07:45 +01:00
Prevent title resize.
This commit is contained in:
parent
82d3c934c8
commit
5de5281b49
2 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
src: url('../fonts/Roboto-Regular.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
@ -10,6 +11,7 @@
|
|||
src: url('../fonts/Roboto-Medium.ttf') format('truetype');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
html {
|
||||
|
|
|
@ -247,7 +247,7 @@
|
|||
}
|
||||
|
||||
.maputnik-modal-survey {
|
||||
width: 372px;
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.maputnik-modal-survey__logo {
|
||||
|
|
Loading…
Reference in a new issue