MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1:
/* ===== Remove excessive header space in Vector 2022 and center logo ===== */
/* Header container space हटाएँ */
.vector-header-container {
min-height: auto !important;▼
padding-top: 0 !important;
padding-bottom: 0 !important;
}
/* Logo
.vector-header-
display: flex !important;
align-items: center !important;
margin: 0 !important;▼
padding: 0 !important;▼
}
/*
.vector-header-logo
width: 100px !important; /* आवश्यक अनुसार बढ़ाएँ: 100, 120, 150 */
height: auto !important;
▲ margin: 0 !important;
▲ padding: 0 !important;
background-repeat: no-repeat !important;
background-position: center center !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
▲ height: 100% !important;
}
|