more improvements and cleanup
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Samuel Philipp 2023-05-10 20:46:28 +02:00
parent d2d7910d52
commit 051deb6f27
4 changed files with 60 additions and 90 deletions

View file

@ -18,7 +18,6 @@ body {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
padding: 0;
margin: 0;
//overflow-anchor: none;
}
header {
@ -34,11 +33,6 @@ header {
z-index: 1;
.overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba($secondary, 0.9);
}