mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 22:28:30 -04:00
fix mobile header spacing
This commit is contained in:
parent
48e46a27b0
commit
11e2a00de5
@ -177,13 +177,16 @@ header {
|
||||
}
|
||||
|
||||
// Dark mode toggle
|
||||
&.theme-toggle button {
|
||||
&.theme-toggle {
|
||||
margin-left: 1em;
|
||||
margin-right: -0.2em; // weirdness w/ svg ratio
|
||||
|
||||
svg {
|
||||
width: 1.08em; // ~27px, don't ask
|
||||
height: 1.08em;
|
||||
button {
|
||||
margin-right: -0.2em; // weirdness w/ svg ratio
|
||||
|
||||
svg {
|
||||
width: 1.08em; // ~27px, don't ask
|
||||
height: 1.08em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user