diff --git a/css/clf.drupal.css b/css/clf.drupal.css index 49e2394..841920c 100644 --- a/css/clf.drupal.css +++ b/css/clf.drupal.css @@ -167,3 +167,12 @@ a.close:hover { background-color: #324d6a; border-color: #00162f; } + +/* updating ubc7-unit-navigation mobile trigger from an a tag to a button tag alters layout, so we need to reassert the styling - this could be in a better location and done without using !important by increasing the selector specificity */ +#ubc7-unit .btn-navbar { + height: 35px !important; + width: 45px !important; + box-sizing: border-box !important; + margin-top: 7px !important; + padding: 11px 13px !important; +} \ No newline at end of file diff --git a/templates/layout/page.html.twig b/templates/layout/page.html.twig index 7a941ca..ca40921 100644 --- a/templates/layout/page.html.twig +++ b/templates/layout/page.html.twig @@ -114,7 +114,7 @@ {% endif %}
- +
@@ -132,11 +132,11 @@