MediaWiki:Common.css: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* Logo size adjustment */ |
|||
.mw-wiki-logo { |
.mw-wiki-logo { |
||
⚫ | |||
height: 200px !important; |
|||
background-size: contain !important; |
background-size: contain !important; |
||
background-repeat: no-repeat !important; |
|||
⚫ | |||
background-position: center center !important; |
|||
} |
} |
Revision as of 10:56, 13 July 2025
.mw-wiki-logo {
width: 200px !important; /* आवश्यकता अनुसार 180, 200, 220 कर सकते हैं */
height: 200px !important;
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: center center !important;
}