Template:Homepagebanner.css: Difference between revisions

Template page
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
.p img {
.mw-parser-output img.mw-file-element {
     margin: 0;
     margin: 0;
     width: 100%;
     width: 100%;
     height: 100%;
     height: 100%;
     border-radius: 25px;
     border-radius: 25px;
}
img {
  border-radius: 50%;
}
}

Revision as of 19:26, 14 February 2025

.mw-parser-output img.mw-file-element {

   margin: 0;
   width: 100%;
   height: 100%;
   border-radius: 25px;

}