فهرست منبع

Fix pos choice page to work on chromium

Lee Morgan 6 سال پیش
والد
کامیت
88e76dda21
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      views/landingPage/landing.css

+ 6 - 0
views/landingPage/landing.css

@@ -146,8 +146,13 @@
             cursor: pointer;
             margin: 25px;
             box-shadow: 0 0 20px black;
+            text-decoration: none;
         }
 
+            .cards > * img{
+                max-height: 75%;
+            }
+
             .cards > *:hover{
                 box-shadow: 0 0 25px #ff636b;
             }
@@ -160,6 +165,7 @@
                 margin-top: 25px;
                 font-size: 25px;
                 font-weight: bold;
+                color: black;
             }
 
         .cards img{