feat(tag): better style and navbar to return home

This commit is contained in:
Anhgelus Morhtuuzh 2024-11-18 19:31:49 +01:00
parent 964ae2b7f0
commit 1bd6521309
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
6 changed files with 27 additions and 10 deletions

View file

@ -24,7 +24,7 @@
.tag {
cursor: pointer;
padding: 0.5rem;
border-radius: 16px;
border-radius: 8px;
@media only screen and (max-width: vars.$bp-little) {
cursor: auto;
}