add details tag to style.css for styling

This commit is contained in:
emma 2024-12-18 05:35:28 -05:00
parent 9b0cf12841
commit 50133afcf2
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ body {
overflow: hidden;
}
h1, h2, h3, h4, h5, h6, p, ul, figcaption {
h1, h2, h3, h4, h5, h6, p, ul, figcaption, details {
margin: 0.5rem;
}