Fix: mobile sizing tweaks

This commit is contained in:
shamoon
2024-02-29 16:57:47 -08:00
parent c57c1d5389
commit 464ee51de8
3 changed files with 20 additions and 3 deletions

View File

@@ -262,9 +262,15 @@ main {
> i-bs {
position: absolute;
left: 0.6rem;
top: 0.5rem;
top: .35rem;
color: rgba(255, 255, 255, 0.6);
@media screen and (min-width: 768px) {
// adjust for smaller font size on non-mobile
top: 0.25rem;
}
}
}