Skip to content

Commit eecfbf0

Browse files
committed
CSS fixes
1 parent 94279aa commit eecfbf0

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

stuffpages/_stuffpages/styles/default.css

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44

55
body {
66
min-width: 200px;
7-
max-width: 910px;
7+
max-width: 902px;
88
margin: 0 auto;
99
padding: 10px;
1010
-ms-text-size-adjust: 100%;
1111
-webkit-text-size-adjust: 100%;
12-
line-height: 1.5;
13-
color: #333;
12+
color: #2E2E2E;
1413
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
1514
font-size: 16px;
1615
line-height: 1.5;
@@ -267,7 +266,7 @@ pre {
267266

268267
pre {
269268
margin-top: 0;
270-
margin-bottom: 0;
269+
margin-bottom: 1.176em;
271270
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
272271
word-wrap: normal;
273272
}
@@ -321,6 +320,7 @@ pre {
321320
line-height: 1.45;
322321
background-color: #f7f7f7;
323322
border-radius: 3px;
323+
margin-bottom: 1.176em;
324324
}
325325

326326
pre code {
@@ -345,8 +345,7 @@ blockquote,
345345
ul,
346346
ol,
347347
dl,
348-
table,
349-
pre {
348+
table {
350349
margin-top: 0;
351350
margin-bottom: 1em;
352351
}

0 commit comments

Comments
 (0)