Skip to content
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

The logo looks weird #1

Open
tusqasi opened this issue Aug 4, 2021 · 2 comments
Open

The logo looks weird #1

tusqasi opened this issue Aug 4, 2021 · 2 comments

Comments

@tusqasi
Copy link

tusqasi commented Aug 4, 2021

Before:
image

#logo {
  display: flex;
  align-items: center;
  font-size: 1.7em;
}

#logo-img {
  width: 40px;
}

After:
image

#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.

@chrisduerr
Copy link
Member

Not a ton of effort went into the website, but I like the change. Do you want to send a PR?

@tusqasi
Copy link
Author

tusqasi commented Aug 4, 2021

I definitely will

tusqasi added a commit to tusqasi/website that referenced this issue Aug 4, 2021
logo and the text weren't on the same line.
alacritty#1 has more info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants