Update 2017-02-14T17:04:09.416Z

This commit is contained in:
Joshua Seigler 2017-02-14 12:04:14 -05:00
parent b68428c32e
commit 567d608ba0
8 changed files with 16 additions and 16 deletions

View file

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