Skip to content

Commit

Permalink
Bump font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Sep 25, 2019
1 parent fd6f9b2 commit 298b50f
Showing 1 changed file with 19 additions and 24 deletions.
43 changes: 19 additions & 24 deletions website/modules/base.css
@@ -1,8 +1,23 @@
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}

body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
line-height: 1.3;
font-size: 18px;
line-height: 1.5;
}

code {
font-family: Menlo, monospace;
}

h1,
h2,
h3,
Expand Down Expand Up @@ -34,16 +49,6 @@ a {
-webkit-overflow-scrolling: touch;
}

* {
box-sizing: border-box;
}

pre,
code {
font-family: Menlo, monospace;
line-height: 1.5;
}

/* have messed with these! */

.api-doc-wrapper {
Expand Down Expand Up @@ -89,12 +94,12 @@ code {
font-family: Menlo, monospace;
padding: 40px 0px 10px 0px;
color: rgb(204, 65, 65);
font-size: 200%;
font-size: 2em;
}

.markdown h2 {
font-family: Menlo, monospace;
font-size: 150%;
font-size: 1.5em;
padding-top: 40px;
position: relative;
}
Expand All @@ -116,16 +121,6 @@ code {
color: rgb(45, 45, 45);
}

.markdown pre code {
font-size: 11px;
}
.markdown code {
font-size: 12px;
}
.markdown h2 code {
font-size: 100%;
font-weight: 100;
}
.markdown h2 + p {
margin-top: 10px;
}
Expand Down Expand Up @@ -185,7 +180,7 @@ h3 {
.markdown th {
border-bottom: 1px solid #f0f0f0;
text-align: center;
font-size: 80%;
font-size: 0.8em;
font-weight: normal;
font-style: italic;
}
Expand Down

0 comments on commit 298b50f

Please sign in to comment.