update changlog, change site font size to 1rem for users of page zoom
This commit is contained in:
parent
c955945af0
commit
f67a7bd608
|
@ -78,6 +78,14 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</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>
|
</ul>
|
||||||
</details>
|
</details>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -142,11 +142,11 @@ nav ul li {
|
||||||
}
|
}
|
||||||
|
|
||||||
nav ul li a {
|
nav ul li a {
|
||||||
font-size: 1.1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
main section {
|
main section {
|
||||||
font-size: 1.1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
main section p {
|
main section p {
|
||||||
|
|
Loading…
Reference in New Issue