MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Manual revert
No edit summary
Line 109: Line 109:
     flex-wrap: nowrap; /* Prevent wrapping to the next line */
     flex-wrap: nowrap; /* Prevent wrapping to the next line */
}
}
.image {
.image1 {
     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 */
transform-origin: top left; /* Set the transform origin */
transform-origin: top left; /* Set the transform origin */
}
}
.image img {
.image1 img {
   display: block;
   display: block;
   width: auto;
   width: auto;

Navigation menu