diff --git a/docs/_quarto.yml b/docs/_quarto.yml index 7ce483485..b088edc09 100644 --- a/docs/_quarto.yml +++ b/docs/_quarto.yml @@ -46,7 +46,7 @@ website: repo-url: https://github.com/posit-dev/pointblank description: "Find out if your data is what you think it is" navbar: - logo: assets/pointblank_logo.svg + logo: assets/pointblank_logo_small.svg title: false left: - text: Examples diff --git a/docs/assets/pointblank_logo_small.svg b/docs/assets/pointblank_logo_small.svg new file mode 100644 index 000000000..4c8c11f87 --- /dev/null +++ b/docs/assets/pointblank_logo_small.svg @@ -0,0 +1,12 @@ + + + pointblank_logo_small + + + + + + + + + \ No newline at end of file diff --git a/docs/index.qmd b/docs/index.qmd index 85d66118d..bfc3cfcd0 100644 --- a/docs/index.qmd +++ b/docs/index.qmd @@ -6,7 +6,7 @@ html-table-processing: none
-![](assets/pointblank_logo.svg){width=60%} +![](assets/pointblank_logo.svg){width=85%} **Data validation made beautiful and powerful.** diff --git a/docs/styles.css b/docs/styles.css index 9589ca199..bd1adace3 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -8,10 +8,20 @@ text-decoration-thickness: 2px; } -/* Make navbar logo bigger */ .navbar-brand img { max-height: 45px; - padding-right: 15px; + padding-right: 0px; + margin-left: 5px; + margin-right: 12px; + border-style: solid; + border-width: 2px; + border-radius: 5px; + border-color: darkgray; + transition: transform 0.3s ease; +} + +.navbar-brand img:hover { + transform: scale(1.15); } body {