💄 images for main nav

This commit is contained in:
mi
2025-11-13 10:50:54 +10:00
parent 2ac7405cf4
commit e4e65db802
9 changed files with 45 additions and 9 deletions

View File

@@ -147,6 +147,9 @@ nav .container {
color: var(--color-text);
text-decoration: none;
text-transform: lowercase;
display: inline-flex;
align-items: center;
gap: 0.3rem;
}
.nav-links a:hover,
@@ -154,6 +157,13 @@ nav .container {
text-decoration: underline;
}
.nav-icon {
height: 1rem;
width: auto;
display: inline-block;
vertical-align: middle;
}
/* Main content */
main {
min-height: calc(100vh - 250px);

BIN
static/images/icons/alert.png LFS Normal file

Binary file not shown.

BIN
static/images/icons/archive.png LFS Normal file

Binary file not shown.

BIN
static/images/icons/info.png LFS Normal file

Binary file not shown.