Skip to content

Commit

Permalink
fix(popup): set popup head padding equal to popup body padding
Browse files Browse the repository at this point in the history
  • Loading branch information
drewrygh committed Sep 15, 2014
1 parent 581656f commit b873190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_popup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}

.popup-head {
padding: 15px 0px;
padding: 15px 10px;
border-bottom: 1px solid #eee;
text-align: center;
}
Expand Down

0 comments on commit b873190

Please sign in to comment.