Skip to content

Commit 7a0a1f4

Browse files
Minor visual updates
1 parent 0b76ff9 commit 7a0a1f4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

style/responsive.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
@media (max-width: 1200px) {
4747
.main-content {
4848
flex-direction: column;
49-
margin-top: 1rem;
49+
/*margin-top: 1rem;*/
5050
}
5151

5252
.sidebar {
@@ -258,4 +258,10 @@
258258
.help-body {
259259
padding: var(--spacing-sm);
260260
}
261+
262+
#themeToggle {
263+
padding: var(--spacing-sm);
264+
min-width: 1rem;
265+
font-size: 1rem;
266+
}
261267
}

0 commit comments

Comments
 (0)