Template:Main Page/Sandbox/header/styles.css
Template page
More actions
/* Main page header block */
.resonite-main-header {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
gap: 1.5em;
margin-bottom: 2em;
}
.resonite-main-header__text {
flex: 1;
min-width: 0;
}
.resonite-main-header__title {
font-size: 1.75rem;
font-weight: bold;
color: #fff;
margin: 0 0 0.25em 0;
line-height: 1.3;
}
.resonite-main-header__meta {
font-size: 0.9rem;
color: #8b949e;
margin: 0 0 0.5em 0;
}
.resonite-main-header__intro {
font-size: 0.95rem;
color: #8b949e;
margin: 0;
}
.resonite-main-header__intro a {
color: #58a6ff;
}
.resonite-main-header__logo {
font-size: 1.5rem;
font-weight: bold;
color: #fff;
white-space: nowrap;
}