diff options
author | Melissa Zhang <mzhang19096@gmail.com> | 2022-09-07 16:58:28 -0400 |
---|---|---|
committer | Melissa Zhang <mzhang19096@gmail.com> | 2022-09-07 16:58:28 -0400 |
commit | 242bce4d2dca2a80d13db392cb2db26d36673dda (patch) | |
tree | 3e1747aa6a28520457cdb65fa3f1eecd43d157de /index.html | |
parent | ce0841065752f65c7cc6cdf2eca8b2475980fd66 (diff) |
consistent font weights
Diffstat (limited to 'index.html')
-rwxr-xr-x | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ </figure> <article class="course-title-wrapper"> - <h3 style="font-size: 2rem; font-weight: normal">welcome to</h3> + <h3 class="course-name">welcome to</h3> <h1>csci 1300</h1> <h3 class="course-name">user interfaces and user experience</h3> </article> |