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