This commit is contained in:
Mo Bitar
2017-01-28 23:43:59 -06:00
parent f132da004d
commit 79f8430d56
3 changed files with 16 additions and 4 deletions

View File

@@ -6,6 +6,14 @@
float: right !important;
}
.mt-1 {
margin-top: 1px !important;
}
.mt-2 {
margin-top: 2px !important;
}
.mt-5 {
margin-top: 5px !important;
}
@@ -22,6 +30,10 @@
margin-top: 25px !important;
}
.mb-0 {
margin-bottom: 0px !important;
}
.mb-5 {
margin-bottom: 5px !important;
}