minor linting (cont.)

This commit is contained in:
Aidan 2024-12-09 21:05:08 -05:00
parent 604541f9c4
commit bc9b271270
No known key found for this signature in database
GPG Key ID: 1773A01F0EFE4FC1

View File

@ -5,6 +5,16 @@ body {
padding: 2rem;
}
h1 {
font-weight: bold;
font-size: 3rem;
}
h3 {
color: #7d7d7d;
font-weight: 300;
}
.card {
background: #fff;
border: 1px solid #ddd;
@ -38,16 +48,6 @@ body {
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
h1 {
font-weight: bold;
font-size: 3rem;
}
h3 {
color: #7d7d7d;
font-weight: 300;
}
.il {
font-size: 1.5rem;
display: block;