Skip to content

Commit

Permalink
fix(component): tabs
Browse files Browse the repository at this point in the history
first tab label aligned with tab content
20px left & right margins including borders
  • Loading branch information
ygatesoupe committed Jun 16, 2016
1 parent 13ae96e commit cc752f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_o-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

.nav-link {
position: relative;
padding: .625rem 1.25rem;
padding: .625rem 1.125rem;
font-size: 1rem;
font-weight: bold;
line-height: $font-size-base;
Expand Down Expand Up @@ -101,7 +101,7 @@

.tab-content {
position: relative;
padding: 1em;
padding: 1.125rem;
border-color: transparent #000 #000;
border-style: solid;
border-width: 2px;
Expand Down

0 comments on commit cc752f1

Please sign in to comment.