update drafts and fix homepage link

This commit is contained in:
2023-04-13 13:56:21 +09:30
parent 9a2a876010
commit bf2c45de6e
4 changed files with 62 additions and 6 deletions

View File

@ -307,6 +307,21 @@ footer {
border: 2px solid var(--border);
}
.two-columns {
width: 100%;
display: grid;
grid-template-columns: auto auto;
gap: var(--line-padding);
margin-top: 15px;
margin-bottom: 15px;
}
.two-columns *{
width: 100%;
aspect-ratio: 1/1;
object-fit: cover;
}
/* simple lightbox pulled from https://codepen.io/nebo/pen/ONXejO */
.trans