Skip to content

Commit

Permalink
Properly aligning the alacritty logo on the top
Browse files Browse the repository at this point in the history
logo and the text weren't on the same line.
alacritty#1 has more info
  • Loading branch information
tusqasi authored Aug 4, 2021
1 parent d67d45b commit 22469ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion static/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ main {
#logo {
display: flex;
align-items: center;
font-size: 1.7em;
padding-top: 0.14em;
font-size: 2.3em;
}

#logo-img {
padding-bottom: 0.2em;
width: 40px;
}

Expand Down

0 comments on commit 22469ea

Please sign in to comment.