Skip to content

Commit 684191d

Browse files
committed
Styles.
1 parent 62fef34 commit 684191d

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

src/components/header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const Header = ({ siteTitle }) => (
1212
<div
1313
style={{
1414
margin: `0 auto`,
15-
maxWidth: 900,
15+
maxWidth: 800,
1616
padding: `1.45rem 1.0875rem`,
1717
}}
1818
>

src/components/layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const Layout = ({ children }) => {
2929
<div
3030
style={{
3131
margin: `0 auto`,
32-
maxWidth: 900,
32+
maxWidth: 800,
3333
padding: `0 1.0875rem 1.45rem`,
3434
}}
3535
>

src/styles/layout.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,7 @@ h1 {
150150
padding-top: 0;
151151
margin-bottom: 1.45rem;
152152
color: inherit;
153-
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
154-
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
153+
font-family: 'proxima-nova', Helvetica, sans-serif;
155154
font-weight: bold;
156155
text-rendering: optimizeLegibility;
157156
font-size: 2.25rem;
@@ -394,7 +393,7 @@ footer {
394393
}
395394

396395
#main * {
397-
font-size: 2em;
396+
font-size: 1.5em;
398397
font-weight: 700;
399398
padding: 40px 0;
400399
margin: 40px 0;

0 commit comments

Comments
 (0)