_tabs.scss 161 Bytes
Newer Older
1
div.static_tab_wrapper {
2
	@include box-sizing(border-box);
3 4 5 6 7 8 9 10 11
  padding: 2em 2.5em;

  h1 {
    @extend .top-header
  }

  section {
    margin: 0px 0px 20px;
  }
12
}