Enhance layout styles: update alignment classes for improved responsiveness and add utility classes for alignment
This commit is contained in:
@@ -58,6 +58,14 @@ $spacers: (
|
||||
margin-top: $size-val !important;
|
||||
margin-bottom: $size-val !important;
|
||||
}
|
||||
|
||||
.align-items-center#{$breakpoint} {
|
||||
align-items: center !important;
|
||||
}
|
||||
|
||||
.align-items-start#{$breakpoint} {
|
||||
align-items: flex-start !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user