Only raise size if sidebar is present

This commit is contained in:
Leon Mika 2024-03-13 21:33:39 +11:00
parent 2f60450805
commit 2ecf3eaf82

View file

@ -1,5 +1,5 @@
body {
max-width: 55em;
body:has(div.sidebar) {
max-width: 50em;
}
div.wrapper:has(div.sidebar) {