Fix header background color on mobile

Fixes #253
This commit is contained in:
Guillaume AGNIERAY
2023-03-21 12:42:06 +01:00
parent 8e3bffc518
commit cdbe0a187e
2 changed files with 3 additions and 1 deletions

View File

@@ -40,6 +40,8 @@ body {
}
#header {
background-color: $header-bg;
#project-jump {
padding: 0 $responsive-header-height 0 0;

File diff suppressed because one or more lines are too long