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

feat: improve footer on narrow displays

+7 -2
+7 -2
dev.css
··· 300 300 @media only screen and (max-width: 48rem) { 301 301 main { 302 302 margin: -1rem; 303 - margin-bottom: 0rem; 304 303 background: none; 305 304 border: none; 306 305 } ··· 308 307 header { 309 308 background-color: var(--dc-bg-1); 310 309 border-bottom: 1px solid var(--dc-bg-3); 311 - margin: 0rem calc(50% - 50vw) 1rem; 310 + margin-bottom: 1rem; 311 + } 312 + 313 + footer { 314 + margin-top: 1rem; 315 + padding-top: 1rem; 316 + border-top: 1px solid var(--dc-bg-3); 312 317 } 313 318 314 319 main,