1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 07:35:32 -04:00

bump both hugo and node-alpine versions for CLI auto firebase deploy

This commit is contained in:
2018-08-04 21:59:24 -04:00
parent 8ad155d376
commit 04c49a8756
7 changed files with 23 additions and 12 deletions

View File

@@ -206,7 +206,7 @@ body {
line-height: 1.5;
}
div#container {
div#home {
display: table-cell;
vertical-align: middle;
width: 100%;
@@ -233,22 +233,22 @@ a {
-o-transition: border-color 0.2s linear;
}
h1 {
div#home h1 {
margin: 0 0 20px 0;
font-size: 150%;
line-height: 1;
}
h2 {
div#home h2 {
margin: 20px 0;
font-size: 120%;
}
p {
div#home p {
margin: 20px 0;
}
sup {
div#home sup {
vertical-align: middle;
font-size: 50%;
}
@@ -258,7 +258,7 @@ sup {
font-size: 18px;
}
img#me {
div#home img#me {
width: 80px;
height: 80px;
}