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