chore(release): 0.1.1
[risinglegends.git] / public / assets / css / game.css
index bdf0a9b8e8532b9547e564b9c52c3c19d68f904c..85491d4adb10a3bc998430f4a78cc9adb5047f9c 100644 (file)
@@ -421,9 +421,19 @@ h3 {
   font-weight: bold;
 }
 
-#server-stats {
+#game-footer {
+  display: flex;
+  justify-content: space-between;
   margin-top: 1rem;
-  text-align: right;
+  border: 0;
+}
+#game-footer nav {
+  margin: 0;
+  padding: 0;
+}
+#game-footer img {
+  width: 1rem;
+  height: 1rem;
 }
 
 footer {