Refactoring
This commit is contained in:
parent
1179cfb0ff
commit
0f32093dbf
@ -2,7 +2,6 @@
|
|||||||
&__Container {
|
&__Container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
gap: 10px;
|
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
|
|
||||||
&--wrap {
|
&--wrap {
|
||||||
@ -12,7 +11,7 @@
|
|||||||
|
|
||||||
&__Item {
|
&__Item {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@include RV-AlignContent;
|
@include RV-Alignment;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user