diff --git a/server/styles.css b/server/styles.css index 7fb6209947..33af3f1033 100644 --- a/server/styles.css +++ b/server/styles.css @@ -55,6 +55,10 @@ display: flex; } + .site-mobile-nav a.active { + font-weight: bold; + } + .text-columns-2 { -webkit-column-break-inside: avoid; page-break-inside: avoid; @@ -98,8 +102,8 @@ } .checkbox__control { - width: 1.5rem; - height: 1.5rem; + width: 30px; + height: 30px; } .checkbox__control svg { @@ -114,8 +118,8 @@ .checkbox__input input { opacity: 0; - width: 1.5rem; - height: 1.5rem; + width: 30px; + height: 30px; } .checkbox__input input:focus + .checkbox__control { diff --git a/server/templates/community.hbs b/server/templates/community.hbs index 6ef8cdd93f..4ff389952e 100644 --- a/server/templates/community.hbs +++ b/server/templates/community.hbs @@ -1,6 +1,6 @@ {{#> layout }} -
If you would like to get involved early, sign up for the our community below and we will let you know when it opens.
diff --git a/server/templates/partials/layout.hbs b/server/templates/partials/layout.hbs index 7506697659..1179a9482d 100644 --- a/server/templates/partials/layout.hbs +++ b/server/templates/partials/layout.hbs @@ -34,7 +34,7 @@