_sass: navigation: disable site logo and title

This commit is contained in:
lifehackerhansol 2024-01-13 10:18:02 -08:00
parent 56cbbd3cca
commit 4da00c4028
No known key found for this signature in database
GPG key ID: 80FB184AFC0B3B0E

View file

@ -191,6 +191,8 @@
color: $masthead-link-color-hover; color: $masthead-link-color-hover;
} }
/* hacks-guide change start: disable site logo, site title */
/*
&.site-logo { &.site-logo {
margin-left: 0; margin-left: 0;
margin-right: 0.5rem; margin-right: 0.5rem;
@ -199,6 +201,8 @@
&.site-title { &.site-title {
margin-left: 0; margin-left: 0;
} }
*/
/* hacks-guide change end */
} }
img{ img{