🔧 fix inline CSS

This commit is contained in:
Joshua Seigler 2017-02-14 12:13:48 -05:00
parent 733495800c
commit 3a8536bfdd
4 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
languageCode = "en-us"
title = "joshua.seigler.net"
baseurl = "https://joshua.seigler.net/"
baseurl = "https://seigler.github.io/joshua.seigler.net/"
source = "src/"
publishDir = "../dist"
theme = "eos"

View file

@ -77,7 +77,7 @@ html {
height: 100%;
}
body {
background-image: url(../img/workstation.jpg), url(../img/gradient.jpg);
background-image: url(img/workstation.jpg), url(img/gradient.jpg);
background-size: 100% auto, auto 133.3vmin;
background-position: 100% 0%;
background-repeat: no-repeat, repeat-x;
@ -106,7 +106,7 @@ body {
}
@media (min-width: 100vh) {
body {
background-image: url(../img/workstation.jpg), url(../img/gradient.jpg);
background-image: url(img/workstation.jpg), url(img/gradient.jpg);
background-size: auto 133.3vh, auto 133vh;
background-position: 100% 0%;
background-repeat: no-repeat, repeat-x;

File diff suppressed because one or more lines are too long

View file

@ -5,7 +5,7 @@ html {
}
body {
background-image: url(../img/workstation.jpg), url(../img/gradient.jpg);
background-image: url(img/workstation.jpg), url(img/gradient.jpg);
background-size: 100% auto, auto 133.3vmin;
background-position: 100% 0%;
background-repeat: no-repeat, repeat-x;
@ -32,7 +32,7 @@ body {
}
@media (min-width: 100vh) {
body {
background-image: url(../img/workstation.jpg), url(../img/gradient.jpg);
background-image: url(img/workstation.jpg), url(img/gradient.jpg);
background-size: auto 133.3vh, auto 133vh;
background-position: 100% 0%;
background-repeat: no-repeat, repeat-x;