From 204d3569f4b6f59a075d8f77da7116f0370158ab Mon Sep 17 00:00:00 2001 From: Igor Biki <ibiki@uwaterloo.ca> Date: Mon, 17 May 2021 09:39:56 -0400 Subject: [PATCH] ISTWCMS-4818 Adding updated styles.css file to branch (generated). --- css/styles.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/styles.css b/css/styles.css index 798bdb8f..3d136292 100644 --- a/css/styles.css +++ b/css/styles.css @@ -2405,6 +2405,15 @@ svg:not(:root) { .uw-section-has-full-width.uw-node__with-sidebar .uw-node__sidebar { padding: 0; } +.ofis-header { + display: flex; + gap: 1rem; +} +.ofis-header .ofis-picture { + max-width: 144px; + width: auto; +} + .l-section { margin-bottom: 2.5rem; } -- GitLab