improve scss of character values

This commit is contained in:
Johannes Loher 2020-12-31 01:33:59 +01:00
parent 0d2af1ae00
commit 9cd430a229
2 changed files with 31 additions and 26 deletions

View file

@ -14,3 +14,8 @@
@mixin hide {
display: none;
}
@mixin centered-content {
display: grid;
place-items: center;
}