Difference between revisions of "User:Razfahd/timeless.css"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
min-height: 50px; | min-height: 50px; | ||
} | } | ||
− | #mw-header | + | #mw-header-hack { |
display: none; | display: none; | ||
} | } |
Revision as of 07:35, 19 December 2023
@import url('https://fonts.googleapis.com/css2?family=Exo+2&display=swap');
body {
font: 16px/21px "Exo 2";
}
#mw-header-container {
height: 50px;
min-height: 50px;
}
#mw-header-hack {
display: none;
}
#mw-content-container {
margin-top: 50px;
}