diff --git a/docs/landing-page/dist-landing/assets/style.css b/docs/landing-page/dist-landing/assets/style.css index 89a3a14d..5013027b 100644 --- a/docs/landing-page/dist-landing/assets/style.css +++ b/docs/landing-page/dist-landing/assets/style.css @@ -1 +1 @@ -@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&family=IBM+Plex+Sans:wght@400;600&display=swap";.currentTab:where(.astro-PUX6A34N){color:#fff!important}.nav-wrapper:where(.astro-3EF6KSR2){display:flex;align-items:flex-start;justify-content:space-between}.download:where(.astro-3EF6KSR2){display:flex;padding:16px}:root{color-scheme:dark}html{font-family:IBM Plex Sans,sans-serif}code,pre{font-family:IBM Plex Mono,Menlo,Consolas,monospace}body{margin:0 auto;padding:1rem 2rem;line-height:1.5;background-color:#1f1f1f;color:#fff;max-width:1000px}pre{font-size:14px;padding:8px 16px;border-radius:2px}.container{max-width:1000px!important;margin:auto}*{box-sizing:border-box}a{color:#2f81f7;text-decoration:none}h1{font-size:2.5rem}h1,h2,h3,h4,h5,h6{margin-top:.5em}hr{margin:2em 0;opacity:.2}.button a{background-color:#1064fe;text-decoration:none;color:#fff!important;padding:.25rem .75rem;border-radius:2px}.button a:hover{background-color:#0a49bd}.menu{cursor:pointer;padding:16px}.menu:hover .line{background-color:#fff}.menu .line{display:block;width:30px;height:3px;margin-bottom:10px;background-color:#4f4f4f}.nav-wrapper{margin:0 -1rem}.nav-links{width:100%;top:5rem;left:48px;display:none;margin:0}.nav-links a{display:block;text-align:center;padding:10px 0;color:#4f4f4f;font-size:16px;letter-spacing:.15ch;text-transform:uppercase;font-weight:700}.nav-links a:hover{color:#fff}@media screen and (max-width: 500px){.expanded{display:flex;align-items:start;padding-left:16px;flex-direction:column}}@media screen and (min-width: 500px){.nav-links{display:flex;position:static;width:auto;background:none;justify-content:flex-start}.nav-links a{display:inline-block;padding:1rem}.menu{display:none}} +@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&family=IBM+Plex+Sans:wght@400;600&display=swap";.currentTab:where(.astro-PUX6A34N){color:#fff!important}.nav-wrapper:where(.astro-3EF6KSR2){display:flex;align-items:flex-start;justify-content:space-between}.download:where(.astro-3EF6KSR2){display:flex;padding:16px}:root{color-scheme:dark}html{font-family:IBM Plex Sans,sans-serif}code,pre{font-family:IBM Plex Mono,Menlo,Consolas,monospace}body{margin:0 auto;padding:1rem 2rem;line-height:1.5;background-color:#1f1f1f;color:#fff;max-width:1000px}pre{font-size:14px;padding:8px 16px;border-radius:2px}.container{max-width:1000px!important;margin:auto}*{box-sizing:border-box}a{color:#2f81f7;text-decoration:none}h1{font-size:2.5rem}h1,h2,h3,h4,h5,h6{margin-top:.5em}hr{margin:2em 0;opacity:.2}.button a{background-color:#1064fe;text-decoration:none;color:#fff!important;padding:.25rem .75rem;border-radius:2px}.button a:hover{background-color:#0a49bd}.menu{cursor:pointer;padding:16px}.menu:hover .line{background-color:#fff}.menu .line{display:block;width:30px;height:3px;margin-bottom:10px;background-color:#4f4f4f}.nav-wrapper{margin:0 -1rem}.nav-links{width:100%;top:5rem;left:48px;display:none;margin:0}.nav-links a{display:block;text-align:center;padding:10px 0;color:#4f4f4f;font-size:16px;letter-spacing:.15ch;text-transform:uppercase;font-weight:700}.nav-links a:hover{color:#fff}@media screen and (max-width: 570px){.expanded{display:flex;align-items:start;padding-left:16px;flex-direction:column}}@media screen and (min-width: 570px){.nav-links{display:flex;position:static;width:auto;background:none;justify-content:flex-start}.nav-links a{display:inline-block;padding:1rem}.menu{display:none}} diff --git a/docs/landing-page/src/styles/style.css b/docs/landing-page/src/styles/style.css index 1d0ba31b..54dd3475 100644 --- a/docs/landing-page/src/styles/style.css +++ b/docs/landing-page/src/styles/style.css @@ -121,7 +121,7 @@ hr { color: white; } -@media screen and (max-width: 500px) { +@media screen and (max-width: 570px) { .expanded { display: flex; align-items: start; @@ -130,7 +130,7 @@ hr { } } -@media screen and (min-width: 500px) { +@media screen and (min-width: 570px) { .nav-links { display: flex; position: static;