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-weight: 900;
-webkit-font-smoothing: antialiased;
display: var(--fa-display, inline-block);
display: inline-block;
font-style: normal;
font-variant: normal;
line-height: 1;
@ -6388,7 +6388,7 @@ g {
position: absolute;
text-align: center;
width: 100%;
z-index: var(--fa-stack-z-index,auto);
z-index: auto;
}
.fa-stack-1x {
line-height: inherit;