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

feat: scrollable header when too wide

also condense some stuff

+4 -16
+4 -16
dev.css
··· 245 245 padding-bottom: 0; 246 246 } 247 247 248 - header nav ul { 249 - display: flex; 250 - list-style: none; 251 - padding: 0; 252 - } 253 - 254 - header nav ul li { 255 - margin: 0; 256 - display: flex; 257 - } 258 - 259 - header nav ul li:not(:first-child)::before { 260 - content: "•"; 261 - margin: 0 0.25em; 262 - } 263 - 264 248 footer > *:last-child { 265 249 margin-bottom: 0; 266 250 } 267 251 252 + header nav ul, 268 253 footer nav ul { 269 254 display: flex; 255 + overflow-x: auto; 270 256 list-style: none; 271 257 padding: 0; 272 258 } 273 259 260 + header nav ul li, 274 261 footer nav ul li { 275 262 margin: 0; 276 263 display: flex; 277 264 } 278 265 266 + header nav ul li:not(:first-child)::before, 279 267 footer nav ul li:not(:first-child)::before { 280 268 content: "•"; 281 269 margin: 0 0.25em;