bullet lists should be wider

This commit is contained in:
Greg Gauthier 2025-01-17 21:19:07 +00:00
parent a199414b53
commit 0d7f5cb25c

View File

@ -324,18 +324,18 @@ tr:hover {
ol li {
font-family: "Classic Console Neue", monospace;
font-size: 15px;
font-size: 16px;
background: #222;
color: #fdd461;
max-width: 30%;
max-width: 80%;
margin-left: 35px;
}
ul li {
font-family: "Classic Console Neue", monospace;
font-size: 15px;
font-size: 16px;
color: #fdd461;
max-width: 70%;
max-width: 80%;
margin-left: 35px;
}