finish register special
This commit is contained in:
4
resources/sass/setup/_positions.scss
vendored
4
resources/sass/setup/_positions.scss
vendored
@@ -29,7 +29,7 @@ $base: 1rem;
|
||||
|
||||
.flex-center {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.flex-end {
|
||||
@@ -56,7 +56,7 @@ $base: 1rem;
|
||||
padding-right: auto;
|
||||
}
|
||||
|
||||
@for $i from 1 through 5 {
|
||||
@for $i from 0 through 5 {
|
||||
.m-#{$i} {
|
||||
margin: $i * $base;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user