Skip to content

Commit

Permalink
Merge pull request #25 from swiss/bugfix/logo-alignment
Browse files Browse the repository at this point in the history
fix logo title alignment
  • Loading branch information
satefan authored Feb 8, 2024
2 parents cbedbb9 + 8884324 commit d73ab76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/components/logo.postcss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
@apply md:whitespace-nowrap;
@apply text-sm xs:text-xs sm:text-sm xl:text-base 3xl:text-lg;
@apply font-bold leading-snug;
@apply relative mt-[-0.7%];
@apply relative mt-[-0.160rem];
}

.logo__accronym {
Expand Down

0 comments on commit d73ab76

Please sign in to comment.