MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1:
/* =====
/*
.vector-header, .vector-header-start, .vector-header-container {
padding-top: 0 !important;
padding-bottom: 0 !important;
min-height: 0 !important;
height: auto !important;
align-items: center !important;
}
/*
.vector-header-
▲ padding-top: 0 !important;
▲ padding-bottom: 0 !important;
display: flex !important;
align-items: center !important;
}▼
.vector-header-logo, .mw-logo-icon {▼
▲ width: 100px !important; /* आवश्यक अनुसार बढ़ाएँ: 100, 120, 150 */
height: auto !important;
margin: 0 !important;
Line 27 ⟶ 24:
background-repeat: no-repeat !important;
background-position: center center !important;
▲}
/* Adjust inner container for alignment */
display: flex !important;
align-items: center !important;
justify-content: center !important;
height: 100% !important;
width: auto !important;
}
|