feat/css-cleanup #2

Merged
millironx merged 41 commits from feat/css-cleanup into master 2024-12-02 02:51:14 +00:00
Showing only changes of commit 85ec5eebbc - Show all commits

View file

@ -252,6 +252,22 @@ footer {
color: white;
}
.fa-container svg {
overflow: visible;
box-sizing: content-box;
display: inline-block;
height: 1em;
vertical-align: -0.125em;
}
.fa-container.fa-fw svg {
width: 1.25em;
}
.fa-container svg path {
fill: currentColor;
}
/*
Helper classes
*/