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

Commit e40a03c

Browse files
Fix the layout of declarations on small screens. (#249)
1 parent 75108dd commit e40a03c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Assets/css/all.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,8 @@ body {
725725
}
726726

727727
section > [role="article"][class] pre {
728-
margin-left: -2.5em;
728+
margin-left: -1em;
729+
margin-right: -1em;
729730
}
730731

731732
section > [role="article"][class] div {

0 commit comments

Comments
 (0)