Prechádzať zdrojové kódy

fixing market ui to fit on tablet

Justin Gilman 3 týždňov pred
rodič
commit
b5df631751
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 3 3
      css/game.css

+ 3 - 3
css/game.css

@@ -859,15 +859,15 @@ ul#potion-properties-list li {
 .ingredient-sell-container {
     display: flex;
     flex-direction: row;
-    height: 126px;
+    height: 100px;
 }
 
 .ingredient-icon-container {
     border: 4px dashed #dec8ad;
     border-radius: 50px;
     margin: 15px;
-    width: 80px;
-    height: 80px;
+    width: 70px;
+    height: 70px;
     padding: 4px;
     position: relative;
 }