Merge branch 'threecolumn' into shigusegubu-vue3
* threecolumn: fix logoLeft not working at all
This commit is contained in:
commit
a3fbf4c0cb
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
max-width: 980px;
|
max-width: 980px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.-logoLeft {
|
&.-logoLeft .inner-nav {
|
||||||
grid-template-columns: auto 2fr 2fr;
|
grid-template-columns: auto 2fr 2fr;
|
||||||
grid-template-areas: "logo sitename actions";
|
grid-template-areas: "logo sitename actions";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue