mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 18:11:21 +01:00
Fix the size of the logo in the survey modal so it doesn't cause a visual jump when it loads.
This commit is contained in:
parent
3d2a1d5d19
commit
48ebca6236
1 changed files with 1 additions and 0 deletions
|
@ -253,6 +253,7 @@
|
|||
.maputnik-modal-survey__logo {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
height: 128px;
|
||||
}
|
||||
|
||||
.maputnik-modal-survey__description {
|
||||
|
|
Loading…
Reference in a new issue