Navigation refactoring
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-04-03 22:11:05 +02:00
parent e17c6a2b47
commit 4f9c0bb74d
5 changed files with 66 additions and 63 deletions

View File

@ -7,6 +7,10 @@
@import "fonts";
*, *:before, *:after {
box-sizing: border-box;
}
html, body {
margin:0;
}
@ -138,7 +142,6 @@ main {
border:1px solid $border;
border-radius:$article-border-radius;
overflow:hidden;
box-sizing:border-box;
width:100%;
box-shadow: none;
transition: box-shadow .15s ease;