making <h3> font lighter for better visibility and moving some copy

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
Francisco Javier Arceo 2025-04-09 10:32:30 -04:00
parent 3366937765
commit 72cc19a2c1
2 changed files with 14 additions and 7 deletions

View file

@ -16,3 +16,7 @@
.hide-title h1 {
display: none;
}
h3 {
font-weight: normal;
}