mirror of
https://github.com/seigler/seigler.github.io
synced 2025-07-28 07:46:10 +00:00
🔧 fix inline CSS
This commit is contained in:
parent
733495800c
commit
3a8536bfdd
4 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue