minecraft-monitor/frontend/src/main.css
2024-03-02 10:54:27 +08:00

10 lines
No EOL
143 B
CSS

body {
display: flex;
flex-flow: column wrap;
align-items: center;
width: 100%;
}
#restart-server-btn {
margin-top: 5px;
}