CSS mt utility

This commit is contained in:
Adina Țeudan 2022-01-10 17:30:17 +02:00
parent 3d7d8d3d28
commit 5e3b486145

View File

@ -218,6 +218,10 @@ section.settings {
margin-top: 0 !important;
}
.mt-4 {
margin-top: 4px;
}
.mt-5 {
margin-top: 5px;
}