feat enlarge the masthead brand

Raise the "hito" wordmark from 1.25rem to 2rem so the brand reads much larger in the masthead.

Commit
3eb8671fe3b6f7fc6c5a791c9d5b8ff85d97d9c4
Author
Marius Peter <dev@marius-peter.com>
Author date
Committer
Marius Peter <dev@marius-peter.com>
Committer date
Changed files
ENHANCEMENTS.org
index 780296b1..029bad48 100644..100644
@@ -26,7 +26,7 @@
26 26 Replace the history endpoint with a logbook endpoint that shows all recorded evidence for the user.
27 27 ** DONE Fix active bottom-navigation state for current workout and logbook
28 28 When a current workout is open, selecting the logbook tab marks both Current Workout and Logbook as active in the bottom navigation. Ensure only the selected page is highlighted.
29 Removed: ** TODO Increase the masthead brand size
29 Added: ** DONE Increase the masthead brand size
30 30 Make the masthead brand name appear much larger.
31 31 ** TODO Style exercise names as headings
32 32 In the exercise fieldset, style the exercise name as a black Work Sans heading.
lib/web/assets/hito.css
index fff99f04..bfe32cb0 100644..100644
@@ -86,8 +86,8 @@
86 86 display: inline-flex;
87 87 align-items: center;
88 88 color: var(--ink);
89 Removed: font: 800 1.25rem/1 var(--sans);
90 Removed: letter-spacing: -0.025em;
89 Added: font: 800 2rem/1 var(--sans);
90 Added: letter-spacing: -0.03em;
91 91 text-decoration: none;
92 92 }
93 93