diff --git a/components/Layout.tsx b/components/Layout.tsx index b02d7bb..fdc9583 100644 --- a/components/Layout.tsx +++ b/components/Layout.tsx @@ -14,9 +14,17 @@ const Layout: React.FC = ({ children }) => { /> - + + + -
{children}
diff --git a/styles/Home.module.scss b/styles/Home.module.scss index cfe22d1..b299f6f 100644 --- a/styles/Home.module.scss +++ b/styles/Home.module.scss @@ -7,7 +7,7 @@ text-decoration: none; &:after { - bottom: 5px; + bottom: -5px; content: ""; display: block; height: 2px; @@ -18,7 +18,7 @@ } &:hover:after { - bottom: 10px; + bottom: 0px; } &.mojotech { diff --git a/styles/globals.css b/styles/globals.css index 77224ed..578e9dd 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -339,8 +339,8 @@ th { /* Application Globals */ :root { - --font-primary: "adobe-caslon-pro", Georgia, serif; - --font-secondary: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif; + --font-primary: "Libre Caslon Text", Georgia, serif; + --font-secondary: "Jost", "Helvetica Neue", Helvetica, Arial, sans-serif; --white: #f9f9f9; --color-primary: #383838; @@ -416,7 +416,7 @@ h2 { } p { font-family: var(--font-primary); - font-size: 22px; + font-size: 19px; line-height: 35px; } @media only screen and (max-width: 768px) {