simplify art page

This commit is contained in:
jonathan
2023-10-12 11:06:47 +10:30
parent 8167cbcfdd
commit c307781ea0
2 changed files with 37 additions and 43 deletions

View File

@ -319,7 +319,13 @@ footer {
line-height: 0;
}
.gallery>a>img {
/* nunjuks / 11ty formatter puts unnecessary paragraphs in here because of the
for loop */
.gallery>p {
margin: 0;
}
.gallery-image {
box-sizing: border-box;
background-color: var(--accent-bg);
border: 2px solid var(--border);