File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 botto m 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;
You can’t perform that action at this time.
0 commit comments