You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
155 B
15 lines
155 B
5 years ago
|
.mb-8 {
|
||
|
margin-bottom: 8px;
|
||
|
}
|
||
|
.mr-8 {
|
||
|
margin-right: 8px;
|
||
|
}
|
||
|
.mt-8 {
|
||
|
margin-top: 8px;
|
||
|
}
|
||
|
.ml-8 {
|
||
|
margin-left: 8px;
|
||
|
}
|
||
|
.m-8 {
|
||
|
margin: 8px;
|
||
|
}
|