From 75f5b724de2d094d17e7c70c313c8ce92fbc80dd Mon Sep 17 00:00:00 2001 From: rdrew Date: Mon, 27 Jul 2026 14:57:10 -0300 Subject: [PATCH] mirador modding --- css/layout/layout.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/css/layout/layout.css b/css/layout/layout.css index b2bf6f2..af84091 100755 --- a/css/layout/layout.css +++ b/css/layout/layout.css @@ -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; */ +/* } */