Most features done

This commit is contained in:
Schmelczer András 2019-12-23 11:31:53 +01:00
parent cdaa423b8a
commit c8679b77bf
43 changed files with 803 additions and 648 deletions

View file

@ -2,7 +2,12 @@
.content {
margin-top: $small-margin;
* {
margin-top: 1ch;
margin-top: $line-height;
}
p {
text-align: left;
}
}