'now' preview post

This commit is contained in:
nnwhen 2025-02-28 12:52:31 +02:00
parent d895162ca1
commit 43676e78b9
4 changed files with 23 additions and 3 deletions

10
now.css
View file

@ -16,6 +16,9 @@ section.now h2 {
width: calc(100% - 200px);
margin: 0 10px;
}
section.now h1 {
margin-top: 8px;
}
section.now h3 {
margin: 0;
@ -27,9 +30,12 @@ section.now h3 {
position: absolute;
color: var(--subtitle);
font-size: medium;
right: 8px;
top: 5px;
right: 15px;
top: 15px;
}
section.now p {
margin: 10px 20px;
}
section.now audio {
width: 100%;
}