Adjusted "I'm a" text functionality

This commit is contained in:
2026-02-07 23:43:08 +00:00
parent b5e60dce27
commit b188e5143b
3 changed files with 57 additions and 14 deletions

View File

@ -69,6 +69,10 @@ footer > div > * {
.textHighlight {
color: var(--text-accent-colour);
}
/* Used to make text appear to the right of an image */
.imgRightText {
display: flex;