diff --git a/src/components/quiz/modalButton/modalButton.css b/src/components/quiz/modalButton/modalButton.css
index cb503738cbd3ca2a179634d2d0a13b342087f1ca..32022a66890d7f3ab6ab09806d6d191fac5da7e6 100644
--- a/src/components/quiz/modalButton/modalButton.css
+++ b/src/components/quiz/modalButton/modalButton.css
@@ -1,6 +1,6 @@
 .modal-button-left {
     width: 100%;
-    height: 80px;
+    height: 80%;
     border-radius: 12px;
     border: solid 5px #508bff;
     background-color: white;
@@ -25,11 +25,12 @@
     color: #508bff;
     font-size: 3vmin;
     text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
+    margin: 0;
 }
 
 .modal-button-right {
     width: 100%;
-    height: 80px;
+    height: 80%;
     border-radius: 12px;
     background-color: #2b73fd;
     font-weight: bold;
@@ -54,4 +55,5 @@
 .modal-button-right-text {
     font-size: 3vmin;
     text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
+    margin: 0;
 }