fix(popup): set popup head padding equal to popup body padding

This commit is contained in:
Drew Rygh
2014-09-14 21:52:34 -05:00
parent 581656fda4
commit b873190bc6

View File

@@ -52,7 +52,7 @@
}
.popup-head {
padding: 15px 0px;
padding: 15px 10px;
border-bottom: 1px solid #eee;
text-align: center;
}