fix: Patch bootstrap icons to always be sharp
This commit is contained in:
@ -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;
|
||||
|
@ -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) {
|
||||
|
Reference in New Issue
Block a user