Add footer styling

This commit is contained in:
Christian Wolf 2025-02-27 07:59:46 +01:00
parent 84e3c4f402
commit 3e052dcfdd
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,4 @@
.mod-footer >div {
text-align: center;
font-size: smaller;
}

View File

@ -4,6 +4,7 @@
@use './header';
@use './positions';
@use './menu';
@use "./footer";
$color-green-1: rgb(184,229,162);
$color-green-2: rgb(162,221,131);