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 {
|
.topnav .pointy-thingy {
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
line-height: 0%;
|
line-height: 0%;
|
||||||
position: absolute;
|
position: relative;
|
||||||
margin-top: 0.5rem;
|
top: 0.2rem;
|
||||||
margin-left: 0.2rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.topnav .first-after-name {
|
.topnav .first-after-name {
|
||||||
|
|
Loading…
Reference in a new issue