Hever: Site Logo: Increase padding bottom

This commit is contained in:
Thomas Guillot 2019-08-01 17:14:14 +01:00
parent 690803cd24
commit 2f62f5c8cc
3 changed files with 3 additions and 3 deletions

View file

@ -49,7 +49,7 @@ a {
}
.site-logo:not(:last-child) {
padding-bottom: (0.5 * map-deep-get($config-global, "spacing", "unit"));
padding-bottom: #{map-deep-get($config-global, "spacing", "unit")};
}
/**

View file

@ -3279,7 +3279,7 @@ p:not(.site-title) a:hover {
}
.site-logo:not(:last-child) {
padding-bottom: 8px;
padding-bottom: 16px;
}
/**

View file

@ -3284,7 +3284,7 @@ p:not(.site-title) a:hover {
}
.site-logo:not(:last-child) {
padding-bottom: 8px;
padding-bottom: 16px;
}
/**