mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 19:21:18 -04:00
teeny tiny CSS improvements
This commit is contained in:
@@ -2,5 +2,5 @@
|
|||||||
title = "Jake Jarvis – Web & Mobile Developer in Boston, MA"
|
title = "Jake Jarvis – Web & Mobile Developer in Boston, MA"
|
||||||
description = "I'm a full-stack web engineer and mobile developer based in Boston, Massachusetts specializing in modern JavaScript frameworks and iOS apps."
|
description = "I'm a full-stack web engineer and mobile developer based in Boston, Massachusetts specializing in modern JavaScript frameworks and iOS apps."
|
||||||
type = "home"
|
type = "home"
|
||||||
date = "2019-06-26"
|
date = "2019-07-29"
|
||||||
+++
|
+++
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin: 0;
|
margin: 0 auto;
|
||||||
color: #202020;
|
color: #202020;
|
||||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
|
||||||
"Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
|
"Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
|
||||||
@@ -30,10 +30,7 @@ a {
|
|||||||
/*! Home Styles */
|
/*! Home Styles */
|
||||||
|
|
||||||
body#home {
|
body#home {
|
||||||
height: 100%;
|
|
||||||
width: 100%;
|
|
||||||
max-width: 1450px;
|
max-width: 1450px;
|
||||||
margin: 0 auto;
|
|
||||||
padding: 6% 8%;
|
padding: 6% 8%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -511,9 +508,8 @@ body#home h1 span#wave {
|
|||||||
body#notes {
|
body#notes {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
margin: 0 auto;
|
|
||||||
padding: 20px 10%;
|
|
||||||
max-width: 1350px;
|
max-width: 1350px;
|
||||||
|
padding: 20px 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
body#notes a {
|
body#notes a {
|
||||||
@@ -632,7 +628,7 @@ body#notes main#single article div#info h1 a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body#notes main#single article div#content h1, body#notes main#single article div#content h2, body#notes main#single article div#content h3 {
|
body#notes main#single article div#content h1, body#notes main#single article div#content h2, body#notes main#single article div#content h3 {
|
||||||
margin-top: 20px;
|
margin-top: 18px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
|
Reference in New Issue
Block a user