Fix style

This commit is contained in:
Marco Speciale 2025-11-17 09:09:29 +01:00
parent 967bf70d3f
commit a24b7856db
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,15 @@
:host {
display: block;
padding: 1rem;
}
.prose h3 {
margin-top: 1.5rem;
font-size: 1.1rem;
font-weight: 600;
}
.prose p {
margin-top: 0.5rem;
}
.prose ul {
margin-top: 0.5rem;
}

View File

@ -0,0 +1,15 @@
:host {
display: block;
padding: 1rem;
}
.prose h3 {
margin-top: 1.5rem;
font-size: 1.1rem;
font-weight: 600;
}
.prose p {
margin-top: 0.5rem;
}
.prose ul {
margin-top: 0.5rem;
}