You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The top border of the footer gets rendered wrong on retina devices. As far as I know, you change the background-position to the top but you don't adjust the background-image: linear-gradient(...);. Because the transparent 1 px border is on top of the real border you get a "double border". I know, this is a very minor issue 😉