_sass: navigation: disable site logo and title
This commit is contained in:
parent
56cbbd3cca
commit
4da00c4028
1 changed files with 4 additions and 0 deletions
|
@ -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{
|
||||||
|
|
Loading…
Reference in a new issue