Remove column layout inheritance from hero.
This commit is contained in:
parent
8e95e4cdd9
commit
4f2c4188d9
3 changed files with 8 additions and 6 deletions
|
@ -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,8 +375,7 @@ 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;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
@ -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
|
@ -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 > * {
|
||||||
|
|
Loading…
Add table
Reference in a new issue