docs(website): fix homepage logo sizing (#7430)

This commit is contained in:
Jeff Merrick 2023-02-24 18:03:13 -06:00 committed by GitHub
parent dae7d9cc95
commit 285177b2b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,19 +83,19 @@
width: auto;
mix-blend-mode: luminosity;
opacity: 0.66;
height: 60px;
margin: 2.5rem;
}
.default {
height: 60px;
}
.large {
height: 100px;
}
.medium {
height: 30px;
}
.small {
height: 20px;
&.default {
height: 60px;
}
&.large {
height: 100px;
}
&.medium {
height: 30px;
}
&.small {
height: 20px;
}
}