mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 08:04:52 +01:00
9 lines
152 B
CSS
9 lines
152 B
CSS
.OptionSection {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
|
|
margin-bottom: 8px;
|
|
width: 80%;
|
|
} |