Skip to content
This repository was archived by the owner on Jun 23, 2021. It is now read-only.

Commit 933200e

Browse files
committed
Flow paragraphs properly on mobile
1 parent eb6b2a2 commit 933200e

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

resources/css/style.css

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -926,6 +926,32 @@ html {
926926
.content ul {
927927
margin-right: 0
928928
}
929+
.content>aside,
930+
.content>details,
931+
.content>dl,
932+
.content>h1,
933+
.content>h2,
934+
.content>h3,
935+
.content>h4,
936+
.content>h5,
937+
.content>h6,
938+
.content>ol,
939+
.content>p,
940+
.content>table,
941+
.content>ul,
942+
.content>form>aside,
943+
.content>form>details,
944+
.content>form>h1,
945+
.content>form>h2,
946+
.content>form>h3,
947+
.content>form>h4,
948+
.content>form>h5,
949+
.content>form>h6,
950+
.content>form>p,
951+
.content>form>table,
952+
.content>form>ul {
953+
margin-right: 0;
954+
}
929955
.content blockquote,
930956
.content pre {
931957
float: none;

0 commit comments

Comments
 (0)