This repository was archived by the owner on Apr 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -77,10 +77,13 @@ span[role="region"].page-notice {
7777 padding-right : 16px ;
7878}
7979.page-notice__main {
80- grid-column : 2 ;
80+ grid-column : 1 / 3 ;
8181 grid-row : 1 ;
8282 padding-right : 16px ;
8383}
84+ .page-notice__header + .page-notice__main {
85+ grid-column : 2 ;
86+ }
8487.page-notice__footer {
8588 grid-column : 4 ;
8689 grid-row : 1 ;
Original file line number Diff line number Diff line change @@ -51,10 +51,13 @@ span[role="region"].section-notice {
5151 padding-right : 16px ;
5252}
5353.section-notice__main {
54- grid-column : 2 ;
54+ grid-column : 1 / 3 ;
5555 grid-row : 1 ;
5656 padding-right : 16px ;
5757}
58+ .section-notice__header + .section-notice__main {
59+ grid-column : 2 ;
60+ }
5861.section-notice__footer {
5962 grid-column : 4 ;
6063 grid-row : 1 ;
Original file line number Diff line number Diff line change @@ -101,11 +101,15 @@ span[role="region"].page-notice {
101101}
102102
103103.page-notice__main {
104- grid-column : 2 ;
104+ grid-column : 1 / 3 ;
105105 grid-row : 1 ;
106106 padding-right : @spacing-200 ;
107107}
108108
109+ .page-notice__header + .page-notice__main {
110+ grid-column : 2 ;
111+ }
112+
109113.page-notice__footer {
110114 grid-column : 4 ;
111115 grid-row : 1 ;
Original file line number Diff line number Diff line change @@ -68,11 +68,15 @@ span[role="region"].section-notice {
6868}
6969
7070.section-notice__main {
71- grid-column : 2 ;
71+ grid-column : 1 / 3 ;
7272 grid-row : 1 ;
7373 padding-right : @spacing-200 ;
7474}
7575
76+ .section-notice__header + .section-notice__main {
77+ grid-column : 2 ;
78+ }
79+
7680.section-notice__footer {
7781 grid-column : 4 ;
7882 grid-row : 1 ;
You can’t perform that action at this time.
0 commit comments