Merge "Make footer take up full width"

This commit is contained in:
jenkins-bot 2022-06-08 19:33:12 +00:00 committed by Gerrit Code Review
commit d91c921daa
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
grid-template: ~'66px auto 1fr / 232px 20px minmax(0, 1fr)';
grid-template-areas: 'header header header'
'sidebar gutter content'
'sidebar gutter footer';
'footer footer footer';
row-gap: 24px;
}