diff --git a/server/styles.css b/server/styles.css index 7fb6209947f25a350b6bd81e00eff24b9cc4f74c..33af3f1033a21ad7732fe6eda08b4c7fa8a764b8 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 6ef8cdd93f9a4c4334ee58b76c578b292796bba2..4ff389952edb6d12f6ed2844dc140f606cb56156 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 7506697659fe86aad766075639cf097a58a7e36e..1179a9482d97f7abf29605cdd5a89e11eb54611c 100644 --- a/server/templates/partials/layout.hbs +++ b/server/templates/partials/layout.hbs @@ -34,7 +34,7 @@