hugo-theme-paradox/assets/styles/components/single/page-header.scss
2022-10-16 17:15:34 -05:00

20 lines
290 B
SCSS

.page {
.page-title {
font-size: 2em;
margin-bottom: 1rem;
}
.page-summary {
line-height: 1.5;
max-width: 80ch;
}
.lastmod {
margin-top: 1rem;
line-height: 1.5;
color: var(--ui-text-muted);
}
.language-list {
display: flex;
flex-flow: wrap;
list-style: none;
}
}