Nav distance from top plus 5px

in public/stylesheets/style.sas
This commit is contained in:
rxf
2023-04-06 17:40:51 +02:00
parent 4918e6df47
commit cba929dac4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ header {
background-color: lightgray;
}
header #hline1 {
margin: 0px 1vw 0px 1vw;
margin: 0px 1vw 5px 1vw;
padding-top: 10px;
padding-bottom: 10px;
overflow: auto;
+1 -1
View File
@@ -38,7 +38,7 @@ header
background-color: $header_footer_color
#hline1
margin: 0px 1vw 0px 1vw
margin: 0px 1vw 5px 1vw
padding-top: 10px
padding-bottom: 10px
overflow: auto