mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-22 10:31:39 +01:00
header: fix spacing when logo-text overflows
This commit is contained in:
parent
cf4fd27e3d
commit
0b07dd2a7d
@ -24,6 +24,7 @@
|
|||||||
.logo a {
|
.logo a {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
margin-inline-end: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo a img {
|
.logo a img {
|
||||||
@ -37,7 +38,6 @@
|
|||||||
|
|
||||||
.theme-toggle svg {
|
.theme-toggle svg {
|
||||||
height: 18px;
|
height: 18px;
|
||||||
margin-inline-end: 10px;
|
|
||||||
user-select: none;
|
user-select: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
@ -88,5 +88,4 @@ body:not(.dark) #sun {
|
|||||||
.logo-switches {
|
.logo-switches {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
flex-wrap: inherit;
|
flex-wrap: inherit;
|
||||||
margin-inline-start: 10px;
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user