Changes

Jump to navigation Jump to search
118 bytes added ,  18:58, 16 August 2022
no edit summary
Line 1,500: Line 1,500:  
}
 
}
   −
.media-gallery .card-img-top img {
+
.media-gallery .card .card-img-top img {
 
     border-top-right-radius: 10px;
 
     border-top-right-radius: 10px;
 
     border-top-left-radius : 10px;
 
     border-top-left-radius : 10px;
    transform              : rotate(-3.5deg);
  −
/*    margin-top            : -10%; */
   
     width                  : 320px;
 
     width                  : 320px;
 
     height                : auto;
 
     height                : auto;
 +
}
 +
 +
.media-gallery:nth-child(even).card-img-top img {
 +
    transform              : rotate(-3.5deg);
 +
}
 +
 +
.media-gallery:nth-child(odd) .card-img-top img {
 +
    transform              : rotate(3.5deg);
 
}
 
}
  
5,925

edits

Navigation menu