Make footer take up full width

Bug: T293443
Change-Id: I0cea23fc6f7e013900211f10cc3da4066acf4d0c
This commit is contained in:
Jon Robson 2022-06-02 15:50:52 -07:00 committed by Jdlrobson
parent 2adf046c9a
commit c9fe4e83a1
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;
}