diff --git a/css/styles.css b/css/styles.css
index d043ab3..dd32bb2 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -1,5 +1,4 @@
body {
- max-width: 650px;
margin: 0 auto;
padding: 10px;
background-color: floralwhite;
@@ -36,6 +35,11 @@ ol li code {
display: inline-block;
}
+.width-limit {
+ margin: 0 auto;
+ max-width: 650px;
+}
+
#server-status {
display: none;
padding: 10px;
@@ -71,9 +75,9 @@ ol li code {
#server-log {
padding: 10px;
- margin: 10px;
+ margin: 10px auto;
border: 1px solid darkgrey;
- max-width: 1000px;
+ max-width: 1200px;
max-height: 600px;
overflow: scroll;
}
diff --git a/index.html b/index.html
index 21ce141..fbea989 100644
--- a/index.html
+++ b/index.html
@@ -7,85 +7,90 @@
- Panic Shack - Minecraft Server
-
+
+
Panic Shack - Minecraft Server
+
-
Server Status
-
- Loading...
+
Server Status
+
+ Loading...
+
+
+
+ Status:
+ Online
+ Offline
+
+
+
+
+
+ Players:
+ /
+
+
+
+ Host:
+ panic-shack.hallada.net
+
+
+ Port:
+ 25565
+
+
+
+
+ Version:
+
+
+
+ Protocol:
+
+
+
+
+ Last Online:
+
+
+
+ Last Updated:
+
+
+
+
+
How to Connect
+
+ - Launch Minecraft (version 1.12.2)
+ - Go to "Multiplayer"
+ - Click "Add Server"
+ - Enter
Panic Shack
for the "Server Name"
+ - Enter
panic-shack.hallada.net
for the "Server Address"
+ - Click "Done"
+ - You should now see the server in the list and be able to join it!
+
+
+
Server Map
+
+
+ View the server map
+
+
+ Map is updated every day around 3 am EST.
+
+
+
Server Log
-
-
- Status:
- Online
- Offline
-
-
-
-
-
- Players:
- /
-
-
-
- Host:
- panic-shack.hallada.net
-
-
- Port:
- 25565
-
-
-
-
- Version:
-
-
-
- Protocol:
-
-
-
-
- Last Online:
-
-
-
- Last Updated:
-
-
-
-
-
How to Connect
-
- - Launch Minecraft (version 1.12.2)
- - Go to "Multiplayer"
- - Click "Add Server"
- - Enter
Panic Shack
for the "Server Name"
- - Enter
panic-shack.hallada.net
for the "Server Address"
- - Click "Done"
- - You should now see the server in the list and be able to join it!
-
-
-
Server Map
-
-
- View the server map
-
-
- Map is updated every day around 3 am EST.
-
-
-
Server Log
-
-
Updated every 10 seconds.
-
+
+
+
Updated every 10 seconds.
+
+
+