birdsounds.media/assets/scss/layouts/_default/single.scss
a 9aa43df629 First commit
The basic parts of the layouts/theme should work. I have only populated 2 albums so far.
2024-05-17 21:14:05 -05:00

10 lines
111 B
SCSS

.content {
max-width: 80ch;
h2 {
margin-block: 1rem;
}
p {
line-height: 1.6;
margin-block: 1rem;
}
}