minecraft-monitor/frontend/src/main.css

10 lines
143 B
CSS
Raw Normal View History

2024-03-02 10:54:27 +08:00
body {
display: flex;
flex-flow: column wrap;
align-items: center;
width: 100%;
}
#restart-server-btn {
margin-top: 5px;
}