fix logoLeft not working at all

This commit is contained in:
Henry Jameson 2022-04-20 01:25:30 +03:00
parent d87a1fda59
commit aef6d52951

View file

@ -18,7 +18,7 @@
max-width: 980px;
}
&.-logoLeft {
&.-logoLeft .inner-nav {
grid-template-columns: auto 2fr 2fr;
grid-template-areas: "logo sitename actions";
}