diff --git a/src/ui/completeAchievement.vue b/src/ui/completeAchievement.vue
index 14987b5..6b9fbc8 100644
--- a/src/ui/completeAchievement.vue
+++ b/src/ui/completeAchievement.vue
@@ -104,4 +104,11 @@ onMounted(async () => {
         top: -30vh;
     }
 }
+
+@media screen and (max-width: 600px) {
+    #complete-box {
+        width: 90vw;
+        left: 5%;
+    }
+}
 
diff --git a/src/ui/start.vue b/src/ui/start.vue
index 789716a..9dbf9df 100644
--- a/src/ui/start.vue
+++ b/src/ui/start.vue
@@ -527,20 +527,24 @@ onUnmounted(() => {
         display: flex;
         align-items: center;
         flex-direction: row-reverse;
+        justify-content: flex-start;
         right: 5%;
         bottom: 10%;
         font-size: 1.3em;
         z-index: 1;
+        width: 50%;
 
         .setting-buttons {
-            margin-left: 40%;
+            margin-left: 4%;
             color: white;
             transition: color 0.2s linear;
             cursor: pointer;
         }
 
         .setting-buttons2 {
-            margin-left: 40%;
+            margin-left: 4%;
+            position: relative;
+            top: 1px;
         }
 
         #sound {