blog/sass/parts/_page_title.scss
2025-12-23 22:27:52 +01:00

31 lines
No EOL
736 B
SCSS

section {
&.title {
margin-bottom: 2.5rem;
&>h1.title {
font-size: 3rem;
font-weight: 900;
margin-bottom: 0;
margin-top: 0;
}
&>p {
&.subtitle {
color: var(--subtext1);
font-size: 1.5rem;
margin-top: 0;
margin-bottom: 2.5rem;
}
&.metadata {
color: var(--subtext1);
font-size: .8rem;
text-align: center;
margin: 0;
border-bottom-width: 1px;
border-bottom-color: var(--overlay0);
border-bottom-style: solid;
}
}
}
}