diff --git a/2024/css/base.css b/2024/css/base.css index 8c3dc49..ea15297 100644 --- a/2024/css/base.css +++ b/2024/css/base.css @@ -324,6 +324,11 @@ ul.cfp, ul.cfp ul, ul.about { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); } +.navbar-collapse.show > .navbar-nav { + --bs-nav-link-padding-x: 1.0rem; + --bs-nav-link-padding-y: 0.5rem; +} + .sold-out { font-weight: bold; color: red; diff --git a/2024/index.html b/2024/index.html index dce3354..6e11a61 100644 --- a/2024/index.html +++ b/2024/index.html @@ -7,7 +7,7 @@