Kaynağa Gözat

Small fixes

Lee Morgan 5 yıl önce
ebeveyn
işleme
33ecb62460
1 değiştirilmiş dosya ile 4 ekleme ve 3 silme
  1. 4 3
      views/travel/index.css

+ 4 - 3
views/travel/index.css

@@ -17,14 +17,15 @@ h1{
     width: 100%;
 }
 
-    img{
+    #images img{
         max-height: 250px;
         margin: 25px;
         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{