8 lines
148 B
SCSS
8 lines
148 B
SCSS
.job-bills-totals-container {
|
|
margin: 0rem 2rem;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-evenly;
|
|
flex-wrap: wrap;
|
|
}
|