From 2864775eba132bf7ed6e041d31f4dc7217839f43 Mon Sep 17 00:00:00 2001 From: Shohan Dutta Roy Date: Wed, 10 Jul 2024 17:13:46 +0530 Subject: [PATCH] feat(header-fis): Make height of headers uniform across the fis site --- bc/static_src/sass/layout/_header.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bc/static_src/sass/layout/_header.scss b/bc/static_src/sass/layout/_header.scss index a3517f77..1758f734 100644 --- a/bc/static_src/sass/layout/_header.scss +++ b/bc/static_src/sass/layout/_header.scss @@ -151,6 +151,10 @@ @include font-size(l); } } + + .template-fis-home & { + padding: 17px 0; + } } &--jobs {