Minor changes

This commit is contained in:
schmelczerandras 2020-08-30 14:51:54 +02:00
parent 0a71a1ae34
commit a9de28e056
9 changed files with 12 additions and 14 deletions

View file

@ -1,7 +1,5 @@
@import '../framework/framework';
@import url('https://fonts.googleapis.com/css2?family=Comfortaa&family=Open+Sans:ital@0;1&display=swap');
@mixin center-children() {
display: flex;
align-items: center;
@ -40,7 +38,7 @@
line-height: 1;
@include on-small-screen {
font-size: 2.5rem;
font-size: 3rem;
line-height: 1.1;
}
}