|
|
|
|
@ -21,7 +21,10 @@
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
body.is-fixed .container { |
|
|
|
|
width: calc(100% - var(--drupal-displace-offset-left, 0px) - var(--drupal-displace-offset-right, 0px)); |
|
|
|
|
width: calc( |
|
|
|
|
100% - var(--drupal-displace-offset-left, 0px) - |
|
|
|
|
var(--drupal-displace-offset-right, 0px) |
|
|
|
|
); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.page-wrapper { |
|
|
|
|
@ -65,7 +68,7 @@ body.is-fixed .container {
|
|
|
|
|
padding-block-start: var(--sp5); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.block-mirador { |
|
|
|
|
height: 1200px; |
|
|
|
|
position: relative; |
|
|
|
|
} |
|
|
|
|
/* .block-mirador { */ |
|
|
|
|
/* height: 1200px; */ |
|
|
|
|
/* position: relative; */ |
|
|
|
|
/* } */ |
|
|
|
|
|