Lee Morgan %!s(int64=5) %!d(string=hai) anos
pai
achega
33ecb62460
Modificáronse 1 ficheiros con 4 adicións e 3 borrados
  1. 4 3
      views/travel/index.css

+ 4 - 3
views/travel/index.css

@@ -17,14 +17,15 @@ h1{
     width: 100%;
     width: 100%;
 }
 }
 
 
-    img{
+    #images img{
         max-height: 250px;
         max-height: 250px;
         margin: 25px;
         margin: 25px;
         cursor: pointer;
         cursor: pointer;
+        box-shadow: 0 0 5px black;
     }
     }
 
 
-        img:hover{
-            box-shadow: 0 0 5px black;
+        #images img:hover{
+            box-shadow: 0 0 10px black;
         }
         }
 
 
 #fullPage{
 #fullPage{