mirror of
https://github.com/trwnh/hugo-theme-paradox.git
synced 2024-11-14 15:31:21 +00:00
20 lines
290 B
SCSS
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;
|
|
}
|
|
} |