@@ -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")};
/**
@@ -3279,7 +3279,7 @@ p:not(.site-title) a:hover {
- padding-bottom: 8px;
+ padding-bottom: 16px;
@@ -3284,7 +3284,7 @@ p:not(.site-title) a:hover {