Skip to content

Commit adeb5e5

Browse files
committed
final img tweak?
1 parent 04c8485 commit adeb5e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_includes/css/grayscale.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ a:focus {
138138
padding: 100px 0;
139139
text-align: center;
140140
color: rgb(185, 189, 192);
141-
background: url(./../../img/IMG_3378.jpg) no-repeat bottom center scroll;
141+
background: url({{ "/img/IMG_3378.jpg" | prepend: site.baseurl }}) no-repeat bottom center scroll;
142142
background-color: {{ site.color.primary-dark }};
143143
-webkit-background-size: cover;
144144
-moz-background-size: cover;
@@ -267,7 +267,7 @@ a:focus {
267267
width: 100%;
268268
padding: 50px 0;
269269
color: #fff;
270-
background: url({{ "/img/IMG_3378.jpg" | prepend: site.baseurl }}) no-repeat center center scroll;
270+
background: url() no-repeat center center scroll;
271271
background-color: {{ site.color.primary-dark }};
272272
-webkit-background-size: cover;
273273
-moz-background-size: cover;

0 commit comments

Comments
 (0)