diff --git a/taccsite_cms/static/site_cms/css/src/_imports/objects/o-offset-content.css b/taccsite_cms/static/site_cms/css/src/_imports/objects/o-offset-content.css index e976559af..5e1c7f623 100644 --- a/taccsite_cms/static/site_cms/css/src/_imports/objects/o-offset-content.css +++ b/taccsite_cms/static/site_cms/css/src/_imports/objects/o-offset-content.css @@ -10,7 +10,6 @@ Styleguide Objects.OffsetContent [class*="o-offset-content--"] { --offset-distance: 8.5vw; /* NOTE: Value is from Texascale.org 2020 */ --buffer: 30px; /* double Bootstrap `.col` padding */ - --max-width: initial; } @media only screen and (--medium-and-above) { @@ -27,8 +26,8 @@ Styleguide Objects.OffsetContent .o-offset-content--left + .o-offset-content--left { clear: left; } } @media only screen and (--medium-and-above) and (--max-wide-and-below) { - [class*="c-offset-content--"] { - --max-width: 50%; + [class*="o-offset-content--"] { + max-width: 50%; } /* Apply negative margin only when using offset value */ .o-offset-content--right { diff --git a/taccsite_custom b/taccsite_custom index b45667a64..3b17deecb 160000 --- a/taccsite_custom +++ b/taccsite_custom @@ -1 +1 @@ -Subproject commit b45667a64da73b3611667de3df4164f8fa91ab54 +Subproject commit 3b17deecb90e6e18238556a751b6e85a78dbb87c