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

@ -2,7 +2,7 @@
/*! /*!
* KNACSS Reborn: Just keep it simple! * KNACSS Reborn: Just keep it simple!
* @author: Alsacreations * @author: Alsacreations
* v8.0.4 2021/04 * v8.0.5 2021/07
* Licence WTFPL http://www.wtfpl.net/ * Licence WTFPL http://www.wtfpl.net/
*/ */
/* ----------------------------- */ /* ----------------------------- */
@ -375,7 +375,6 @@ samp {
} }
pre { pre {
-moz-tab-size: 2;
tab-size: 2; tab-size: 2;
white-space: pre-wrap; white-space: pre-wrap;
line-height: normal; line-height: normal;
@ -648,7 +647,6 @@ template {
.layout-hero { .layout-hero {
grid-column: 1 / -1; grid-column: 1 / -1;
display: grid; display: grid;
grid-template-columns: inherit;
} }
.layout-hero > * { .layout-hero > * {

File diff suppressed because one or more lines are too long

View file

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