First Commit

This commit is contained in:
Michel Fedde 2024-06-30 14:41:33 +02:00
commit 923d6ca242
35 changed files with 4933 additions and 0 deletions

13
src/css/common/index.scss Normal file
View file

@ -0,0 +1,13 @@
@import "bootstrap";
@import "fonts";
$main-container-max-width: 992px;
.navbar :first-child,
main {
width: 100%;
max-width: $main-container-max-width;
margin: 0 auto;
}