[Javascript2] increase font size

This commit is contained in:
Nicola Clark 2025-04-06 23:07:20 -05:00
parent 130a30ccb1
commit e677ff0162
Signed by: nicola
GPG Key ID: BEF8036296D094BF
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ Adapted from https://javascript30.com - Sorting band names without articles
body {
font-family: sans-serif;
font-size: 1.5rem;
background-color: seagreen;
display: flex;
align-items: center;
@ -22,7 +23,6 @@ body {
#bands {
list-style: inside square;
font-size: 20px;
background: white;
width: 500px;
margin: auto;

View File

@ -15,6 +15,7 @@ Changes:
* [CSS] added a basic reset
* [CSS] removed unused rule
* [CSS] changed marker color
* [CSS] increased font size
-->
<!--
New elements: