Skip to content

Commit

Permalink
Merge pull request #3852 from neos/bugfix/neos-logo-icon-width
Browse files Browse the repository at this point in the history
BUGFIX: Neos logo icon width
  • Loading branch information
Sebobo authored Sep 19, 2024
2 parents fceb8f4 + 6a65d87 commit 537b1a2
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
.resource-icon {
composes: reset from '../reset.module.css';
display: inline-block;
font: normal normal normal FontAwesome;
font-size: 14px/1;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}


.resource-icon {
display: inline-grid;
display: inline-flex;
width: 100%;
justify-content: center;
}
Expand Down

0 comments on commit 537b1a2

Please sign in to comment.