Merge branch 'threecolumn' into shigusegubu-vue3

* threecolumn:
  fix logoLeft not working at all
This commit is contained in:
Henry Jameson 2022-04-20 01:25:45 +03:00
commit a3fbf4c0cb

View file

@ -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";
} }