This commit is contained in:
2025-01-10 10:19:58 -05:00
parent 477f26777c
commit 59a5c94493
5 changed files with 122 additions and 5 deletions

View File

@@ -85,6 +85,14 @@ figcaption {
font-size: 23px; /* this sucks but i cant find a better way */
}
nav p {
margin-top: 0px;
}
nav h3 {
margin-bottom: 0px;
}
/* .buttons img {
margin: 2px;
} */
@@ -97,4 +105,4 @@ figcaption {
::selection {
color: #111318;
background: #F47D7B;
}
}