add css class

This commit is contained in:
kara Diaby 2021-08-02 10:38:27 +02:00
parent ce317d04c6
commit 3b8f2c8c1e

View file

@ -62,6 +62,10 @@
margin-top: 4 * $default-spacer;
}
.mt-8 {
margin-top: 8 * $default-spacer;
}
.mb-2 {
margin-bottom: 2 * $default-spacer;
}