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