Skip to content

Commit 669083d

Browse files
committed
Minor fix on zurich tabs
1 parent 2874a0b commit 669083d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/shared/components/Contentful/Tabs/themes/tabsGroupChildren.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
.selectedTabPanel {
102102
display: block;
103103
border-left: 1px solid #e2e2e4;
104+
margin-top: -2em;
104105

105106
@include xs-to-sm {
106107
border: none;

src/shared/components/Contentful/Tabs/themes/zurich.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ $tab-top-offset: 45px;
9595

9696
.panelDescription {
9797
max-width: $screen-lg;
98-
margin: 6em auto 4em auto;
98+
margin: 6em auto 3em auto;
9999
line-height: 1.5;
100100
color: #4c433d;
101101

0 commit comments

Comments
 (0)