Skip to content

Commit 1c42772

Browse files
committed
Fix toggle button top margin for desktop
1 parent db5ddc2 commit 1c42772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Toggle.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const StyledToggle = styled.button`
1818
z-index: 10;
1919
2020
@media (min-width: 769px) {
21-
margin: 0.5rem 0 0 1.5rem;
21+
margin: 0 0 0 1.5rem;
2222
}
2323
2424
& svg,

0 commit comments

Comments
 (0)