@@ -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{