diff --git a/shop/static/styles.css b/shop/static/styles.css
index 51444b9fd5c2448185d36ea7908d46b6d9c62441..7239a77e65cb7a58501997dd4fde8babd93981f7 100644
--- a/shop/static/styles.css
+++ b/shop/static/styles.css
@@ -60,7 +60,7 @@ a:link {
 }
 
 .shopping_title {
-    font-size: 450%;
+    font-size: 4vw;
     border: thin;
     margin-left: 2%;
     font-family: Andale Mono, monospace;
@@ -180,9 +180,9 @@ li {
   display: block;
   font-family: Andale Mono, monospace;
   color: grey;
-  font-size: 200%;
+  font-size: 2vw;
   text-align: center;
-  padding: 18px 16px;
+  padding: 10% 10%;
   float: right
   text-align: center;
 }