forked from neff/neff-steindesign.de
Fix variables
This commit is contained in:
parent
d64002efbf
commit
6fbedf60e3
|
|
@ -17,8 +17,8 @@ $border-radius: 5px;
|
||||||
$fa-font-path: "/fonts";
|
$fa-font-path: "/fonts";
|
||||||
|
|
||||||
$background-image-sd: "/img/background-sd.jpg";
|
$background-image-sd: "/img/background-sd.jpg";
|
||||||
$background-image-hd: "/img/background.jpg";
|
$background-image: "/img/background.jpg";
|
||||||
$background-image-phone-sd: "/img/background-phone-sd.jpg";
|
$background-image-phone-sd: "/img/background-phone-sd.jpg";
|
||||||
$background-image-phone-hd: "/img/background-phone.jpg";
|
$background-image-phone: "/img/background-phone.jpg";
|
||||||
|
|
||||||
$media-query: calc(#{$max-width} + calc(6 * #{$gutter-width}));
|
$media-query: calc(#{$max-width} + calc(6 * #{$gutter-width}));
|
||||||
Loading…
Reference in New Issue