Remove column layout inheritance from hero.
This commit is contained in:
parent
8e95e4cdd9
commit
4f2c4188d9
3 changed files with 8 additions and 6 deletions
|
@ -26,7 +26,6 @@
|
|||
.layout-hero {
|
||||
grid-column: 1 / -1;
|
||||
display: grid;
|
||||
grid-template-columns: inherit;
|
||||
}
|
||||
|
||||
.layout-hero > * {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue