svg logo and increased font size for better reading experience

This commit is contained in:
Manuel
2018-12-27 15:50:39 -08:00
committed by Greg Fitzgerald
parent 0bea870b22
commit e3478ee2ab
3 changed files with 5 additions and 4 deletions

View File

@@ -318,7 +318,7 @@ ul#searchresults span.teaser em {
.sidebar img {
display: block;
max-width: 70%;
margin: 0 auto;
margin: 20px auto;
}
.js .sidebar {
transition: transform 0.3s; /* Animation: slide away */
@@ -474,7 +474,7 @@ ul#searchresults span.teaser em {
}
.content h3 {
font-size: 15px;
font-size: 20px;
margin-top: 2.5em;
margin-bottom: 0.8em;
padding: 0 28px;

View File

@@ -16,7 +16,7 @@ body {
font-size: 1rem;
overflow-x: hidden;
font-family: Lato, 'Helvetica Neue', 'Arial', sans-serif;
font-size: 14px;
font-size: 16px;
font-weight: 300;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;