diff --git a/src/ui/shop.vue b/src/ui/shop.vue
index 84051d5..7c77002 100644
--- a/src/ui/shop.vue
+++ b/src/ui/shop.vue
@@ -46,7 +46,7 @@
@@ -456,4 +456,24 @@ onUnmounted(() => {
#sell-total {
transition: color 0.2s linear;
}
+
+@media screen and (max-width: 600px) {
+ #shop {
+ width: 90vw;
+ padding-top: 5vh;
+ font-size: 3.8vw;
+ }
+
+ #item-list {
+ width: 40vw;
+ }
+
+ #shop-bottom {
+ width: 90vw;
+ }
+
+ #item-sell-info {
+ width: 50vw;
+ }
+}