update changlog, change site font size to 1rem for users of page zoom

This commit is contained in:
emma 2024-12-19 13:49:29 -05:00
parent c955945af0
commit f67a7bd608
2 changed files with 10 additions and 2 deletions

View File

@ -78,6 +78,14 @@
</li>
</ul>
</li>
<li>
12-19-2024
<ul class="nested-list">
<li>
further work on creating a new contact page that now includes a guestbook. these are mainly styling and content adjustments
</li>
</ul>
</li>
</ul>
</details>
</section>

View File

@ -142,11 +142,11 @@ nav ul li {
}
nav ul li a {
font-size: 1.1rem;
font-size: 1rem;
}
main section {
font-size: 1.1rem;
font-size: 1rem;
}
main section p {