Ver código fonte

Fix pos choice page to work on chromium

Lee Morgan 6 anos atrás
pai
commit
88e76dda21
1 arquivos alterados com 6 adições e 0 exclusões
  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{