Skip to content

Commit 66f9640

Browse files
authored
Remove padding around inner frame (#3605)
This leads to weird spacing at the bottom of the page, and generally the docs look better with this padding removed on all sides.
1 parent 72c0f2c commit 66f9640

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/resources/styles.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ main {
164164
flex: 1;
165165
display: flex;
166166
flex-direction: row;
167-
padding: 20px;
168167
min-height: 0;
169168
}
170169

@@ -1197,4 +1196,4 @@ li.inherited a {
11971196
a[href]:after {
11981197
content: "" !important;
11991198
}
1200-
}
1199+
}

0 commit comments

Comments
 (0)