-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Different spacing in hyperlinks on footer links. #558
Conversation
Add spaces in hiperlinks text. Footer corrects style.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's not how to do spacing, you should increase the margin or padding on the list item. ;)
Moreover, I think the links without modifications look pretty good no?
No, where you using ::before Answer from ChatGPT:
However, the actual difference between If you use |
Oh you guys are talking about me! |
Sorry @pawelkierklo but it doesn't look like a good change. Spacing should be handled by CSS. Closing for now, but feel free to add new commits if you come up with a better solution. |
@SharakPL Let me give you an example for technical understanding. This is an example where the use of ::after and ::before is important because these elements will be offset from each other by the space given in the code. |
Following this pattern, you can see that hummingbird mostly has this bug |
I noticed. I'm preparing a fix for that - a general clean-up since I also found a few other problems (useless conditions, unclosed tag, duplicated attributes, etc.). It should be ready later today... |
Misclick, we should remove the spaces from account links instead. :-) |
I added spaces in hyperlinks, which improved the footer's style.
Used "Beautify HTML Formatter" in VSCode