Skip to content

Commit

Permalink
Fix: Project icon positioning (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
alphapapa committed Sep 26, 2023
1 parent e2f8b8a commit e71122a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions assets/theme-css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,15 @@ em {
font-size: 6em;
color: var(--colorPrimaryDark);
justify-content: center;
margin-bottom: 0.2em;
margin-right: 0.5em;
}

.hero-logo {
max-height: 2em;
padding: 0.25em;
align-self: start;
margin: 0.1em;
margin-left: 0.25em;
max-height: 0.8em;
}

.hero-subtitle {
Expand Down

0 comments on commit e71122a

Please sign in to comment.