diff --git a/docs_src/index.md b/docs_src/index.md index 3bed412..710df73 100644 --- a/docs_src/index.md +++ b/docs_src/index.md @@ -15,5 +15,5 @@ Below are some implementations of Landing with various styles, as an example. ## Catppuccin Catppuccin is a community-driven pastel theme that aims to be the middle ground between low and high contrast themes. It consists of 4 soothing warm flavors with 26 eye-candy colors each, perfect for coding, designing, and much more! - + [ mkdocs.yaml file](https://github.com/TEParsons/mkdocs-landing/blob/main/gallery/catppuccin/mkdocs.yaml) \ No newline at end of file diff --git a/mkdocs_landing/css/style.css b/mkdocs_landing/css/style.css index 5914732..4dbb771 100644 --- a/mkdocs_landing/css/style.css +++ b/mkdocs_landing/css/style.css @@ -223,6 +223,12 @@ iframe { margin: 1rem -1rem; border: 2px solid var(--overlay); border-radius: 1rem; + +} +iframe.zoomed-out { + zoom: 0.5; + height: 60rem; + border-width: 4px; } .altmetric-citation {