fix: better global styling

This commit is contained in:
Kazhnuz Klappsthul 2021-07-29 11:59:43 +02:00
parent 4656fd5e02
commit dfa93acf0e
1 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ $color-header-back: get-color("skyblue");
#page-header {
background: $color-header-back url('img/background.png') center bottom repeat-x;
border-top: 6px solid $color-footer-back;
padding-top:$lineheight;
padding-bottom:3rem;
.header-collumns {
@ -215,7 +216,7 @@ footer {
@include angled-edge('outside top', 'upper left', $color-footer-back, 32);
color: getTextColorFromBackground($color-footer-back);
padding-top:1.5rem;
font-size: 0.8rem!important;
font-size: 0.85rem!important;
padding-bottom:1.5rem;
.footer-collumns {