chore: update examples to beta.17 (#6831)

This commit is contained in:
Sébastien Lorber 2022-03-03 19:22:13 +01:00 committed by GitHub
parent 8dbd656340
commit 65842ba3f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 3535 additions and 3307 deletions

View file

@ -26,7 +26,7 @@
}
/* For readability concerns, you should choose a lighter palette in dark mode. */
html[data-theme='dark'] {
[data-theme='dark'] {
--ifm-color-primary: #25c2a0;
--ifm-color-primary-dark: #21af90;
--ifm-color-primary-darker: #1fa588;

View file

@ -19,7 +19,7 @@
overflow: hidden;
}
@media screen and (max-width: 966px) {
@media screen and (max-width: 996px) {
.heroBanner {
padding: 2rem;
}