Prevent title resize.

This commit is contained in:
orangemug 2018-11-01 18:26:21 +00:00
parent 82d3c934c8
commit 5de5281b49
2 changed files with 3 additions and 1 deletions

View file

@ -3,6 +3,7 @@
src: url('../fonts/Roboto-Regular.ttf') format('truetype'); src: url('../fonts/Roboto-Regular.ttf') format('truetype');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
font-display: swap;
} }
@font-face { @font-face {
@ -10,6 +11,7 @@
src: url('../fonts/Roboto-Medium.ttf') format('truetype'); src: url('../fonts/Roboto-Medium.ttf') format('truetype');
font-weight: bold; font-weight: bold;
font-style: normal; font-style: normal;
font-display: swap;
} }
html { html {

View file

@ -247,7 +247,7 @@
} }
.maputnik-modal-survey { .maputnik-modal-survey {
width: 372px; width: 400px;
} }
.maputnik-modal-survey__logo { .maputnik-modal-survey__logo {