MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 110: Line 110:
}
}
.image {
.image {
flex: 1; /* Allow each image to take equal width */
     margin-right: 10px; /* Adjust the spacing between images */
     margin-right: 10px; /* Adjust the spacing between images */
transition: transform 0.3s ease; /* Add transition for smooth scaling */
transition: transform 0.3s ease; /* Add transition for smooth scaling */
Line 121: Line 120:
}
}
.image2 {
.image2 {
flex: 1; /* Allow each image to take equal width */
     margin-right: 10px; /* Adjust the spacing between images */
     margin-right: 10px; /* Adjust the spacing between images */
transition: transform 0.3s ease; /* Add transition for smooth scaling */
transition: transform 0.3s ease; /* Add transition for smooth scaling */
Line 132: Line 130:
}
}
.image3 {
.image3 {
flex: 1; /* Allow each image to take equal width */
     margin-right: 10px; /* Adjust the spacing between images */
     margin-right: 10px; /* Adjust the spacing between images */
transition: transform 0.3s ease; /* Add transition for smooth scaling */
transition: transform 0.3s ease; /* Add transition for smooth scaling */

Navigation menu