Hever: Site Logo: Increase padding bottom
This commit is contained in:
parent
690803cd24
commit
2f62f5c8cc
3 changed files with 3 additions and 3 deletions
|
@ -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 {
|
|||
}
|
||||
|
||||
.site-logo:not(:last-child) {
|
||||
padding-bottom: 8px;
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -3284,7 +3284,7 @@ p:not(.site-title) a:hover {
|
|||
}
|
||||
|
||||
.site-logo:not(:last-child) {
|
||||
padding-bottom: 8px;
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue