10 lines
No EOL
143 B
CSS
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;
|
|
} |