mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-13 15:44:35 +01:00
17 lines
244 B
CSS
17 lines
244 B
CSS
#playButtons {
|
|
display: flex;
|
|
flex-direction: row-reverse;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
|
|
position: absolute;
|
|
top: 80%;
|
|
left: 40%;
|
|
|
|
width: 50%;
|
|
height: 10%;
|
|
}
|
|
|
|
#playButtons .BigButton {
|
|
height: 100%;
|
|
} |