-
+
A fun simulation game where you mess with people's lives
@@ -8,13 +8,13 @@
Play the free beta
-
+
Wishlist and play
-
+
@@ -48,4 +48,4 @@
background.css("background-position", `${x}% ${y}%`);
}, 30);
});
-
\ No newline at end of file
+
diff --git a/web/style.css b/web/style.css
index 7ca4382..e5d88a9 100644
--- a/web/style.css
+++ b/web/style.css
@@ -147,4 +147,24 @@ body {
margin-top: 40px;
padding: 20px;
border-radius: 5px;
-}
\ No newline at end of file
+}
+
+@media (max-width: 576px) {
+
+ .top-content {
+ max-width: 90%;
+ }
+
+ .top-container img {
+ max-width: 150px;
+ }
+
+ .top-container h3 {
+ font-size: 1.5rem;
+ }
+
+ .top-content {
+ padding-top: 40px;
+ }
+
+}