Fix merge conflicts.
commit
a9f71bc096
|
@ -37,7 +37,7 @@
|
|||
}
|
||||
|
||||
.mdl-mega-footer--left-section,
|
||||
.mld-mega-footer__left-section {
|
||||
.mdl-mega-footer__left-section {
|
||||
margin-bottom: $footer-min-padding;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,18 +1,10 @@
|
|||
body {
|
||||
background-image: url('images/bg.jpg');
|
||||
background-size: cover;
|
||||
background-attachment: fixed;
|
||||
/* FIXME: Temp. workaround for vertical scrollbars */
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
body::before {
|
||||
background-image: url('/images/head.jpg');
|
||||
background-image: url('images/bg.jpg');
|
||||
background-size: cover;
|
||||
background-attachment: fixed;
|
||||
content: '';
|
||||
will-change: transform;
|
||||
z-index: 1;
|
||||
z-index: -1;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
|
|
Loading…
Reference in New Issue