9 lines
133 B
Plaintext
9 lines
133 B
Plaintext
|
|
||
|
.barcont {
|
||
|
display: flex;
|
||
|
flex-direction: row !important;
|
||
|
justify-content: space-around !important;
|
||
|
align-items: flex-start;
|
||
|
}
|
||
|
|