tiny, simple, classless CSS framework inspired by new.css devcss.devins.page
framework lightweight css classless stylesheet

fix: sidebar detection slightly incorrect

hopefully should fix it?? idk

+2 -2
+2 -2
dev.css
··· 184 184 margin-bottom: 0; 185 185 } 186 186 187 - @media (max-width: calc(-1px + (750px + 4rem) + ((250px + 2rem)*2))) { 187 + @media (max-width: calc(-1px + (750px + 5rem) + ((250px + 2rem)*2))) { 188 188 header { 189 189 background: var(--dc-bg-2); 190 190 border-bottom: 1px solid var(--dc-bg-3); ··· 250 250 } 251 251 } 252 252 253 - @media (min-width: calc((750px + 4rem) + ((250px + 2rem)*2))) { 253 + @media (min-width: calc((750px + 5rem) + ((250px + 2rem)*2))) { 254 254 header { 255 255 padding: 2rem; 256 256 padding-right: 0;