Files
Cultivation/src/ui/custom.css
2022-05-08 19:57:10 -07:00

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%;
}