listeningdaemon/web/style.css

9 lines
133 B
CSS
Raw Normal View History

2024-10-30 11:07:23 +00:00
.center {
display: block;
margin-left: auto;
margin-top: auto;
margin-bottom: auto;
margin-right: auto;
height: 100vh;
}