mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 16:14:48 +01:00
16 lines
204 B
CSS
16 lines
204 B
CSS
.Divider {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
|
|
width: 100%;
|
|
|
|
margin: 20px;
|
|
}
|
|
|
|
.DividerLine {
|
|
width: 60%;
|
|
border-top: 1px solid #ccc;
|
|
}
|