Fix position of pointy thing

This commit is contained in:
pedrocx486 2023-03-05 17:28:23 -03:00
parent 57edc63f24
commit 04bb4884bc

View file

@ -46,9 +46,8 @@
.topnav .pointy-thingy {
font-size: 2rem;
line-height: 0%;
position: absolute;
margin-top: 0.5rem;
margin-left: 0.2rem;
position: relative;
top: 0.2rem;
}
.topnav .first-after-name {