Fix revolutionary editor font size

This commit is contained in:
Bartlomiej Pluta (PGS Software)
2018-04-19 12:37:36 +02:00
parent 45f2353012
commit def66a6fd3

View File

@@ -9,6 +9,9 @@
font-weight: bold; font-weight: bold;
text-transform: uppercase; text-transform: uppercase;
color: $primary-dark; color: $primary-dark;
@media all and (max-width: $phone) {
font-size: 48px;
}
} }
.editor__subtitle { .editor__subtitle {