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 @media only screen and (max-width: 48rem) { 301 main { 302 margin: -1rem; 303 - margin-bottom: 0rem; 304 background: none; 305 border: none; 306 } ··· 308 header { 309 background-color: var(--dc-bg-1); 310 border-bottom: 1px solid var(--dc-bg-3); 311 - margin: 0rem calc(50% - 50vw) 1rem; 312 } 313 314 main,
··· 300 @media only screen and (max-width: 48rem) { 301 main { 302 margin: -1rem; 303 background: none; 304 border: none; 305 } ··· 307 header { 308 background-color: var(--dc-bg-1); 309 border-bottom: 1px solid var(--dc-bg-3); 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); 317 } 318 319 main,