This commit is contained in:
Gen 2024-03-06 13:48:28 -08:00 committed by GitHub
parent ee16a21702
commit 0d5c4a1371
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,21 +24,21 @@ ul {
h1 { h1 {
margin-bottom: 2px; margin-bottom: 2px;
margin-top: 2px; margin-top: 2px;
font-size: 3em; font-size: 3.5em;
color: #c6d0f5; color: #c6d0f5;
text-align: center; text-align: center;
} }
h2 { h2 {
margin-top: 2px; margin-top: 2px;
margin-bottom: 2px; margin-bottom: 2px;
font-size: 2.5em; font-size: 3em;
color: #c6d0f5; color: #c6d0f5;
text-align: center; text-align: center;
} }
h4 { h4 {
margin-top: 2px; margin-top: 2px;
margin-bottom: 2px; margin-bottom: 2px;
font-size: 1.75em; font-size: 2.5em;
color: #ef9f76; color: #ef9f76;
text-align: center; text-align: center;
} }
@ -52,14 +52,8 @@ footer {
width: 80%; width: 80%;
color: #c6d0f5 color: #c6d0f5
} }
p {
font-size: 1.25em;
margin: 10px;
text-align: center;
color: #c6d0f5
}
li { li {
font-size: 1.25em; font-size: 1.5em;
text-align: center; text-align: center;
list-style-type: none; list-style-type: none;
color: #c6d0f5; color: #c6d0f5;