hugo-theme-paradox/assets/styles/components/single/page-header.scss

20 lines
290 B
SCSS
Raw Normal View History

2022-10-16 22:15:34 +00:00
.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;
}
}