File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed
Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ website:
1616 © 2025 R Contributor, under [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) license.<br>
1717
1818 navbar :
19- logo : /assets/img/Rlogo-hex.png
20- logo-href : index.html
2119 left :
2220 # - menu:
2321 - text : " Slack Group"
Original file line number Diff line number Diff line change @@ -47,4 +47,8 @@ defaults:
4747 .dropdown-item.quarto-navbar-tools-item:hover
4848 {
4949 background-color: $brand-dark-blue;
50- }
50+ }
51+
52+ .navbar-logo {
53+ max-height: 50px;
54+ }
Original file line number Diff line number Diff line change @@ -33,4 +33,11 @@ typography:
3333 color : blue
3434 monospace :
3535 family : Fira Mono
36- size : 1em
36+ size : 1em
37+
38+ defaults :
39+ bootstrap :
40+ rules : |
41+ .navbar-logo {
42+ max-height: 50px;
43+ }
You can’t perform that action at this time.
0 commit comments