remove unused stuff

master
Aevann 2024-11-14 19:20:40 +02:00
parent 0cf182ccc2
commit 62e32f75b8
1 changed files with 2 additions and 2 deletions

View File

@ -6354,7 +6354,7 @@ g {
font-family: "Font Awesome 6 Pro"; font-family: "Font Awesome 6 Pro";
font-weight: 900; font-weight: 900;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
display: var(--fa-display, inline-block); display: inline-block;
font-style: normal; font-style: normal;
font-variant: normal; font-variant: normal;
line-height: 1; line-height: 1;
@ -6388,7 +6388,7 @@ g {
position: absolute; position: absolute;
text-align: center; text-align: center;
width: 100%; width: 100%;
z-index: var(--fa-stack-z-index,auto); z-index: auto;
} }
.fa-stack-1x { .fa-stack-1x {
line-height: inherit; line-height: inherit;