Add footer styling
This commit is contained in:
parent
84e3c4f402
commit
3e052dcfdd
4
template/scss/_footer.scss
Normal file
4
template/scss/_footer.scss
Normal file
@ -0,0 +1,4 @@
|
||||
.mod-footer >div {
|
||||
text-align: center;
|
||||
font-size: smaller;
|
||||
}
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user