Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
fix(style): Add margin to info tab paragraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
plutonik-a committed Feb 29, 2016
1 parent 0000897 commit 05bec1d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/sass/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ $tab-header-height-mobile: 50px;
}

p {
margin: 0 $margin-base-horizontal;
margin: 0 $margin-base-horizontal $margin-small-vertical;
&:last-of-type {
margin-bottom: 0;
}
}

.tab {
Expand Down

0 comments on commit 05bec1d

Please sign in to comment.