mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-27 05:01:23 +01:00
Temporary bug fix on parallax sections
This commit is contained in:
parent
488f83f50d
commit
61e7c7c035
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
background-position: center center !important;
|
background-position: center center !important;
|
||||||
background-size: cover !important;
|
background-size: cover !important;
|
||||||
&.parallax {
|
&.parallax {
|
||||||
background-attachment: fixed;
|
/* background-attachment: fixed; */
|
||||||
box-shadow: inset 0 0 12px 3px rgba(0, 0, 0, .75);
|
box-shadow: inset 0 0 12px 3px rgba(0, 0, 0, .75);
|
||||||
}
|
}
|
||||||
&.standart-height {
|
&.standart-height {
|
||||||
|
|
Loading…
Reference in a new issue