Template:MainPage.css: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
#mainpage-header { | #mainpage-header { | ||
text-align: center; | text-align: center; | ||
display: flex; | |||
flex-direction: column; | |||
} | } | ||
Revision as of 12:56, 17 October 2025
#mainpage-header {
text-align: center;
display: flex;
flex-direction: column;
}
#mainpage-search {
max-width: 12em;
background: red;
}