Update gallery page

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-09-13 21:36:59 +00:00
parent 9905066046
commit 08b8041c43
8 changed files with 102 additions and 98 deletions

View File

@@ -2,11 +2,11 @@
.post {
display: block;
>a {
> a {
color: inherit;
}
>a:hover {
> a:hover {
color: var(--text-800);
}

View File

@@ -18,13 +18,13 @@
position: fixed;
bottom: 0;
width: 100%;
height: 5rem;
height: auto;
padding: 1rem 2rem;
text-align: center;
line-height: 1.5rem;
.meta {
font-size: 0.7rem;
margin: 0;
}
a {