quicksave

This commit is contained in:
Schmelczer András 2019-12-28 17:21:35 +01:00
parent f74c86f4b1
commit 98160edc72
23 changed files with 226 additions and 153 deletions

View file

@ -1,10 +1,10 @@
@use "../../style/vars";
@import "../../style/vars";
.content {
margin-top: vars.$small-margin;
margin-top: $small-margin;
* {
margin-top: vars.$line-height;
margin-top: $line-height;
}
p {