Replaced hr with enforced margin.

This commit is contained in:
Alexander Kastius
2016-09-01 17:49:59 +02:00
parent 1670839ecf
commit f170fee6a9
3 changed files with 9 additions and 7 deletions

View File

@@ -167,4 +167,8 @@ button i.fa-spin {
-webkit-transition: height 2s;
transition: height 2s;
visibility: visible;
}
.enforce-big-top-margin {
margin-top: 15px !important;
}