More languages
More actions
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
border-radius:12px; | border-radius:12px; | ||
} | |||
.mainpage-headerimage { | |||
width: 100%; | |||
border-radius:12px; | |||
} | } | ||
Revision as of 23:24, 24 January 2022
#mainpage-banner span
{
display: inline-block;
width: 100%;
content: url(https://shared.prolewiki.org/uploads/f/f9/Mainpageheader.png);
border-radius:12px;
}
.mainpage-headerimage {
width: 100%;
border-radius:12px;
}
.mainpage-body {
max-width: 75em;
margin:auto;
}
.mainpage-header {
display: flex;
margin: 2.6em 1.75em 1.5em;
}
.header-intro {
flex: 2;
}
.header-intro h1 {
font-size: 2.5em;
border: none;
margin: 0 0 .15em;
}
.header-intro p {
font-size: 1.1em;
line-height: 1.7em;
}
.header-stats {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
margin-top: -1em;
}
.header-stats ul {
list-style: none;
}