Template:Main Page/styles.css: Difference between revisions

No edit summary
No edit summary
 
(17 intermediate revisions by the same user not shown)
Line 150: Line 150:
     margin-bottom: 2em;
     margin-bottom: 2em;
}
}




Line 196: Line 192:
   font-family: sans-serif;
   font-family: sans-serif;
   border-radius: 5px;
   border-radius: 5px;
  transition: transform 0.3s ease;
}
.feature-item:hover {
  transform: scale(1.05);
  z-index: 10;
}
}


.feature-image {
.feature-image {
   background-color: #fff;
   background-color: #fff;
   padding: 10px;
   padding: 0px;
   margin-bottom: 8px;
   margin-bottom: 8px;
   display: inline-block;
   display: inline-block;
Line 207: Line 209:


.feature-image img {
.feature-image img {
   width: 120px;
   width: 100%;
   height: auto;
   height: auto;
}
}