Fix position of pointy thing
This commit is contained in:
parent
57edc63f24
commit
04bb4884bc
1 changed files with 2 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue