mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-29 08:40:27 +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 {
|
.maputnik-modal-survey__logo {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
height: 128px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.maputnik-modal-survey__description {
|
.maputnik-modal-survey__description {
|
||||||
|
|
Loading…
Reference in a new issue