mirror of
https://github.com/trwnh/hugo-theme-paradox.git
synced 2024-11-14 23:41:20 +00:00
26 lines
437 B
SCSS
26 lines
437 B
SCSS
.breadcrumbs {
|
|
margin-bottom: 1rem;
|
|
}
|
|
.page-title {
|
|
font-size: 2em;
|
|
margin-bottom: 1rem;
|
|
}
|
|
.page-summary {
|
|
line-height: 1.5;
|
|
max-width: 80ch;
|
|
margin-bottom: 1rem;
|
|
}
|
|
.lastmod {
|
|
margin-top: 1rem;
|
|
line-height: 1.5;
|
|
color: var(--ui-text-muted);
|
|
transition:
|
|
color var(--color-crossfade-duration) var(--color-crossfade-ease);
|
|
}
|
|
.language-list {
|
|
margin-top: 0.5rem;
|
|
display: flex;
|
|
flex-flow: wrap;
|
|
list-style: none;
|
|
gap: 1em;
|
|
} |