diff --git a/src/styles/global.css b/src/styles/global.css index 06537ad..3db3082 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -38,14 +38,14 @@ h2, h3, h4, h5, -h6, -p, -ul, -figcaption, -details { +h6 { margin: 0.5rem; } +p { + margin: 1rem 0.5rem; +} + main { background-color: var(--background-color); border-radius: 25px; @@ -107,10 +107,6 @@ main section p { line-height: 1.25; } -main section ul li { - padding-bottom: 0.25rem; -} - .photo-gallery-header { text-align: center; }