mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-24 19:54:23 -04:00
header: fix spacing between lang-selector and label
when theme-toggle is disabled
This commit is contained in:
parent
55107fcfc2
commit
229df19ec9
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
|
||||
.theme-toggle svg {
|
||||
height: 18px;
|
||||
margin: 0 10px;
|
||||
margin-inline-end: 10px;
|
||||
user-select: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
@ -88,4 +88,5 @@ body:not(.dark) #sun {
|
|||
.logo-switches {
|
||||
display: inline-flex;
|
||||
flex-wrap: inherit;
|
||||
margin-inline-start: 10px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue