Remove column layout inheritance from hero.

This commit is contained in:
Meithal 2021-11-27 13:50:42 +01:00
parent 8e95e4cdd9
commit 4f2c4188d9
3 changed files with 8 additions and 6 deletions

View file

@ -26,7 +26,6 @@
.layout-hero {
grid-column: 1 / -1;
display: grid;
grid-template-columns: inherit;
}
.layout-hero > * {