hugo-theme-paradox/assets/styles/layouts/single.scss

26 lines
437 B
SCSS
Raw Normal View History

2022-10-17 14:46:58 +00:00
.breadcrumbs {
margin-bottom: 1rem;
}
.page-title {
font-size: 2em;
margin-bottom: 1rem;
}
.page-summary {
line-height: 1.5;
max-width: 80ch;
2022-12-18 14:10:54 +00:00
margin-bottom: 1rem;
2022-10-17 14:46:58 +00:00
}
.lastmod {
margin-top: 1rem;
line-height: 1.5;
color: var(--ui-text-muted);
2022-12-18 14:10:54 +00:00
transition:
color var(--color-crossfade-duration) var(--color-crossfade-ease);
2022-10-17 14:46:58 +00:00
}
.language-list {
2022-12-18 14:10:54 +00:00
margin-top: 0.5rem;
2022-10-17 14:46:58 +00:00
display: flex;
flex-flow: wrap;
list-style: none;
2022-12-18 14:10:54 +00:00
gap: 1em;
2022-10-17 14:46:58 +00:00
}