slight enhancements for the user agent stylesheet slightcss.devins.page
css stylesheet framework lightweight
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: max-width on img

intergrav f02e45e2 cf4d52a2

+4
+4
slight.css
··· 53 53 54 54 /* 3. elements */ 55 55 56 + img { 57 + max-width: 100%; 58 + } 59 + 56 60 table { 57 61 border-collapse: collapse; 58 62 }