[OCaml] High Intensity Training Online
feat enlarge the masthead brand
Raise the "hito" wordmark from 1.25rem to 2rem so the brand reads much larger in the masthead.
Changed files
ENHANCEMENTS.org
@@ -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
@@ -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