Compare commits

...

1 Commits

Author SHA1 Message Date
9fc797a17f grid layout 2025-08-16 12:23:24 -04:00

View File

@@ -36,7 +36,7 @@
<title>Minecraft Server Status</title>
<style>
html,body {background-color:#222; color:#CCC; margin:0;}
h1,h2,h3{color:#EFEF88;}
h1,h2{color:#EFEF88;}
.center{width:50vw; margin:auto;}
.container{display: grid; grid-template-columns: auto auto;}
.content{margin-right: 60px;}