Even better defaults

This commit is contained in:
Maciej Ziaja 2020-02-26 00:20:53 +01:00
parent d4248695a4
commit 75ad511dcf
1 changed files with 6 additions and 2 deletions

8
ssb
View File

@ -103,6 +103,7 @@ p { }
a { }
li { }
ul { }
ol { }
dl { }
dt { }
dd { }
@ -112,11 +113,14 @@ figcaption { }
img { }
video { }
table { }
th, td { }
th { }
tr { }
td { }
blockquote { }
pre { }
img, video { width: 100%; }
pre { width: 100%; overflow-x: auto; }
pre { max-width: 100%; overflow-x: auto; }
table{ max-width: 100%; overflow-x: auto; display: block; }
@media only screen and (max-width: 600px)