set: sidebar width to unset
All checks were successful
Blog Test / Check-Rebuild (push) Successful in 7s
Blog Test / Build (push) Successful in 10s
Blog Test / Deploy-Test (push) Successful in 11s
Blog Test / Test (push) Successful in 3s

This commit is contained in:
2026-04-03 07:52:02 +00:00
parent 7a4284ea79
commit 1e2fefddb9

View File

@@ -9,3 +9,9 @@
height: 24px; height: 24px;
} }
} }
.container {
.left-sidebar {
width: unset;
}
}