diff --git a/css/styles.css b/css/styles.css index 35a40e388e739e26238e245eca7f6c012261e5be..6527ffdf3b1bd27784bb7cf9b6d11a0bb5590a06 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; }