diff options
| -rw-r--r-- | doc/docs/.vitepress/theme/custom.css | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/docs/.vitepress/theme/custom.css b/doc/docs/.vitepress/theme/custom.css index f7c58dd..71761ed 100644 --- a/doc/docs/.vitepress/theme/custom.css +++ b/doc/docs/.vitepress/theme/custom.css | |||
| @@ -37,16 +37,15 @@ | |||
| 37 | } | 37 | } |
| 38 | 38 | ||
| 39 | /* Hero image - enlarge container to fit 450px image without overflow */ | 39 | /* Hero image - enlarge container to fit 450px image without overflow */ |
| 40 | @media (max-width: 960px) { | 40 | @media (min-width: 960px) { |
| 41 | .VPHero .image-container { | 41 | .VPHero .image-container { |
| 42 | max-width: 450px !important; | 42 | width: 450px !important; |
| 43 | } | ||
| 44 | |||
| 45 | .VPHero :deep(.image-src) { | ||
| 46 | max-width: 450px; | ||
| 47 | max-height: 450px; | ||
| 48 | } | 43 | } |
| 49 | } | 44 | } |
| 45 | .VPHero :deep(.image-src) { | ||
| 46 | max-width: 450px; | ||
| 47 | max-height: 450px; | ||
| 48 | } | ||
| 50 | 49 | ||
| 51 | /* --- DARK MODE THEME (Midnight Blue) --- */ | 50 | /* --- DARK MODE THEME (Midnight Blue) --- */ |
| 52 | .dark { | 51 | .dark { |
