mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-29 21:02:13 +01:00
15 lines
198 B
SCSS
15 lines
198 B
SCSS
@import "variables.scss";
|
|
.categoryList {
|
|
h1 {
|
|
text-align: center;
|
|
font-size: 1.5em;
|
|
}
|
|
|
|
.content {
|
|
margin-top: 30px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
}
|