Fix issue with weird touch target on the logo (#936)

Currently, to return to homepage in mobile, you need to hit the icon on the left side, because if you hit the right side of the icon, the easter egg switches it to the smaller icon, which moves the target away from the touch and the click event never fires.
This commit is contained in:
Alexandre Lotte 2020-03-12 23:39:49 -04:00 committed by GitHub
parent cc7a0f427d
commit e264cf38c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
z-index: 15;
display: flex;
align-items: center;
width: 100%;
}
.logo .v2.mobile {
height: 2rem;