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!
|
||||
* @author: Alsacreations
|
||||
* v8.0.4 2021/04
|
||||
* v8.0.5 2021/07
|
||||
* Licence WTFPL http://www.wtfpl.net/
|
||||
*/
|
||||
/* ----------------------------- */
|
||||
|
@ -375,8 +375,7 @@ samp {
|
|||
}
|
||||
|
||||
pre {
|
||||
-moz-tab-size: 2;
|
||||
tab-size: 2;
|
||||
tab-size: 2;
|
||||
white-space: pre-wrap;
|
||||
line-height: normal;
|
||||
overflow: auto;
|
||||
|
@ -648,7 +647,6 @@ template {
|
|||
.layout-hero {
|
||||
grid-column: 1 / -1;
|
||||
display: grid;
|
||||
grid-template-columns: inherit;
|
||||
}
|
||||
|
||||
.layout-hero > * {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -26,7 +26,6 @@
|
|||
.layout-hero {
|
||||
grid-column: 1 / -1;
|
||||
display: grid;
|
||||
grid-template-columns: inherit;
|
||||
}
|
||||
|
||||
.layout-hero > * {
|
||||
|
|
Loading…
Add table
Reference in a new issue