Skip to content

Commit

Permalink
CSS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fladd committed Mar 31, 2020
1 parent 94279aa commit eecfbf0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions stuffpages/_stuffpages/styles/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@

body {
min-width: 200px;
max-width: 910px;
max-width: 902px;
margin: 0 auto;
padding: 10px;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
line-height: 1.5;
color: #333;
color: #2E2E2E;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 16px;
line-height: 1.5;
Expand Down Expand Up @@ -267,7 +266,7 @@ pre {

pre {
margin-top: 0;
margin-bottom: 0;
margin-bottom: 1.176em;
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
word-wrap: normal;
}
Expand Down Expand Up @@ -321,6 +320,7 @@ pre {
line-height: 1.45;
background-color: #f7f7f7;
border-radius: 3px;
margin-bottom: 1.176em;
}

pre code {
Expand All @@ -345,8 +345,7 @@ blockquote,
ul,
ol,
dl,
table,
pre {
table {
margin-top: 0;
margin-bottom: 1em;
}
Expand Down

0 comments on commit eecfbf0

Please sign in to comment.