Reduced font sizes

This commit is contained in:
Jori Lallo
2016-10-14 13:23:02 -07:00
parent df70e87361
commit 2182cfa200
3 changed files with 11 additions and 14 deletions

View File

@ -64,10 +64,6 @@
border: 1px dashed #1385e5;
}
.inner {
font-size: 14px;
}
.nodeLabel {
display: inline-block;
width: 100%;

View File

@ -4,6 +4,7 @@
position: relative;
width: 250px;
border-right: 1px solid #eee;
font-size: 13px;
}
.sidebarToggle {
@ -44,7 +45,6 @@
background-color: #fff;
padding: 10px 20px;
height: 40px;
font-size: 14px;
}
.action {

View File

@ -21,6 +21,7 @@ html, body, .viewport {
body {
font-family: 'Atlas Grotesk', -apple-system, 'Helvetica Neue', Helvetica, sans-serif;
font-size: 15px;
line-height: 1.5;
margin: 0;
color: $textColor;
@ -51,12 +52,12 @@ h4, h5, h6 {
margin-top: 1em;
margin-bottom: .5em;
}
h1 { font-size: 2rem }
h2 { font-size: 1.5rem }
h3 { font-size: 1.25rem }
h4 { font-size: 1rem }
h5 { font-size: .875rem }
h6 { font-size: .75rem }
h1 { font-size: 2em }
h2 { font-size: 1.5em }
h3 { font-size: 1.25em }
h4 { font-size: 1em }
h5 { font-size: .875em }
h6 { font-size: .75em }
p, dl, ol, ul, pre, blockquote {
margin-top: 1em;
margin-bottom: 1em;
@ -81,7 +82,7 @@ pre {
overflow: scroll;
}
blockquote {
font-size: 1.25rem;
font-size: 1.25em;
font-style: italic;
margin-left: 0;
}
@ -100,7 +101,7 @@ hr {
:global {
.hljs {
border: 1px solid rgba(0,0,0,.0625);
padding: 1rem;
border-radius: 0.25rem;
padding: 1em;
border-radius: 0.25em;
}
}