Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions progress-nav/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body {
padding: 1em 2em 2em 17em;
font-size: 16px;
line-height: 1.6;
font-family: 'Roboto', sans-serif; }
font-family: 'Gotham', Gotham-Light; }

.toc {
position: fixed;
Expand Down Expand Up @@ -57,10 +57,10 @@ body {
max-width: 100%; }
.contents .code-block code {
display: block;
background-color: #f9f9f9;
background-color: #e8e3e3;
padding: 10px; }
.contents .code-inline {
background-color: #f9f9f9;
background-color: #e8e3e3;
padding: 4px; }
.contents h2
h3 {
Expand All @@ -70,4 +70,4 @@ h3 {

@media screen and (max-width: 1200px) {
body {
font-size: 14px; } }
font-size: 12px; } }