css: add .header-width css class (#81216) #386

Merged
tjund merged 1 commits from wip/81216-header-width into main 2023-09-19 11:49:02 +02:00
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ div#header,
div#nav,
div#footer,
div#main-content-wrapper,
.page-width {
.page-width,
.header-width {
clear: both;
max-width: $width;
margin: 0 auto;