Use a table to show information
[valheim_web.git] / backend / style.scss
index 99db66f..abf4ca0 100644 (file)
@@ -6,18 +6,25 @@
 body {
   font-family: Fira Code, Helvetica Neue, Helvetica, Arial, sans-serif;
   text-shadow: 2px 2px 2px rgb(112, 112, 112);
-  text-align: center;
   color: #bdbdbd;
   background-color: #252525;
 }
 
+table {
+  margin: 10px
+}
+
+table td {
+  padding: 5px
+}
+
 h1 {
-  font-size: 25px;
+  font-size: x-large;
   margin: 20px;
 }
 
 p {
-  font-size: 18px;
+  font-size: medium;
   margin: 12px;
 }