gallery is now live

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2024-01-04 13:07:44 +01:00
parent 38eaa18321
commit c97a4b807d
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6
5 changed files with 59 additions and 1 deletions

View file

@ -125,6 +125,18 @@ p {
border-color: var(--dark-3);
}
/* GALLERY */
.gallery {
display: flex;
flex-direction: column;
justify-content: center;
}
.gallery img {
border: 15px solid white;
margin-bottom: 100px;
}
/* RANDOM */
code {
display: block;