This commit is contained in:
Janis
2022-12-27 04:34:07 +01:00
parent 0a701f211c
commit 15ca9435b4
11 changed files with 226 additions and 6 deletions

View File

@@ -0,0 +1,14 @@
@import "variables.scss";
.categoryList {
h1 {
text-align: center;
font-size: 1.5em;
}
.content {
margin-top: 30px;
display: flex;
justify-content: center;
align-items: center;
}
}