We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Before:
#logo { display: flex; align-items: center; font-size: 1.7em; } #logo-img { width: 40px; }
After:
#logo { display: flex; align-items: center; padding-top: 0.14em; font-size: 2.3em; } #logo-img { padding-bottom: 0.2em; width: 40px; }
I don't know if that was on purpose, but it looked weird to me.
The text was updated successfully, but these errors were encountered:
Not a ton of effort went into the website, but I like the change. Do you want to send a PR?
Sorry, something went wrong.
I definitely will
Properly aligning the alacritty logo on the top
22469ea
logo and the text weren't on the same line. alacritty#1 has more info
No branches or pull requests
Before:
After:
I don't know if that was on purpose, but it looked weird to me.
The text was updated successfully, but these errors were encountered: