mirror of
https://github.com/adulau/art.git
synced 2024-11-22 01:57:06 +00:00
fixes
This commit is contained in:
parent
7f3d42b344
commit
6014a0b026
2 changed files with 1 additions and 2 deletions
|
@ -1 +0,0 @@
|
||||||
andrew@desktop.12459:1494934717
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
#banner {
|
#banner {
|
||||||
@include vendor('align-items', 'center');
|
@include vendor('align-items', 'center');
|
||||||
@include vendor('background-image', 'url("../../images/banner.jpg")');
|
@include vendor('background-image', 'url("../images/banner.jpg")');
|
||||||
@include vendor('display', 'flex');
|
@include vendor('display', 'flex');
|
||||||
@include padding(4em, 0, (2em, 0, 0, 0));
|
@include padding(4em, 0, (2em, 0, 0, 0));
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
|
|
Loading…
Reference in a new issue