fix: Patch bootstrap icons to always be sharp

This commit is contained in:
daudix
2024-01-19 08:56:03 +03:00
parent 2a1a7921b3
commit ca7c238a27
2 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,7 @@ $bootstrap-icons-font-src: url("#{$bootstrap-icons-font-file}.woff2?#{$bootstrap
font-weight: normal !important;
font-variant: normal;
text-transform: none;
transform: scale(1);
line-height: 1;
vertical-align: -.125em;
-webkit-font-smoothing: antialiased;

View File

@ -56,7 +56,6 @@
font-weight: 400;
padding: 0.4rem 1rem;
text-decoration: none;
transform: scale(1);
transition: var(--transition);
@media screen and (max-width: 630px) {