modify site style

remove details, p, ul, figcaption from margin rule
give p 0.5rem left right 1rem top bottom margin
remove rules from other removed elements
This commit is contained in:
emma 2025-03-09 17:21:02 -04:00
parent fdbb4116e7
commit f3bf726694

View File

@ -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;
}