mirror of
https://github.com/yusufipk/nexter-react.git
synced 2026-09-11 09:36:09 +00:00
13 lines
136 B
SCSS
13 lines
136 B
SCSS
.mb-sm {
|
|
margin-bottom: 2rem;
|
|
}
|
|
.mb-md {
|
|
margin-bottom: 3rem;
|
|
}
|
|
.mb-lg {
|
|
margin-bottom: 4rem;
|
|
}
|
|
.mb-hg {
|
|
margin-bottom: 8rem;
|
|
}
|