8 lines
103 B
SCSS
8 lines
103 B
SCSS
.dashboard_boxes{
|
|
flex-direction: column;
|
|
|
|
.dashboard_box{
|
|
margin: 0 0 32px 0;
|
|
}
|
|
}
|