Skip to content
Snippets Groups Projects
Commit 3ed7da56 authored by Chris Lawton's avatar Chris Lawton Committed by Todd Dembrey
Browse files

adding wrapper for tabs custom spacing

parent d4a410da
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
</div>
</div>
<div class="wrapper wrapper--medium wrapper--inner-space-xl">
<div class="wrapper wrapper--medium wrapper--tabs">
{# Tab 1 #}
<div class="tabs__content tabs__content--current" id="tab-1">
<div class="wrapper wrapper--sidebar">
......
......@@ -247,13 +247,11 @@
}
&--comments {
padding: 20px;
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid $color--mid-grey;
@include media-query(tablet-portrait) {
padding: 0;
padding-bottom: 35px;
margin-bottom: 35px;
}
......@@ -262,4 +260,12 @@
display: none;
}
}
&--tabs {
padding: 20px 0;
@include media-query(tablet-portrait) {
padding: 4rem 0;
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment