further minor linting

This commit is contained in:
Aidan 2024-12-09 21:00:30 -05:00
parent 4075cde81e
commit ce51bb3311
No known key found for this signature in database
GPG Key ID: 1773A01F0EFE4FC1

View File

@ -1,70 +1,69 @@
body {
font-family: 'EB Garamond', serif;
background-color: #fdf6e3;
color: #333;
padding: 2rem;
font-family: 'EB Garamond', serif;
background-color: #fdf6e3;
color: #333;
padding: 2rem;
}
.card {
background: #fff;
border: 1px solid #ddd;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
padding: 1rem;
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
background: #fff;
border: 1px solid #ddd;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
padding: 1rem;
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
.card-text {
font-size: 1rem;
color: #555;
font-size: 1rem;
color: #555;
}
.card-title {
font-size: 1.25rem;
font-weight: bold;
margin-bottom: 0.75rem;
font-size: 1.25rem;
font-weight: bold;
margin-bottom: 0.75rem;
}
.container {
max-width: 800px;
margin: auto;
text-align: center;
padding: 2rem;
background: #fff;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
max-width: 800px;
margin: auto;
text-align: center;
padding: 2rem;
background: #fff;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
h1 {
font-weight: bold;
font-size: 3rem;
font-weight: bold;
font-size: 3rem;
}
h3 {
color: #7d7d7d;
font-weight: 300;
color: #7d7d7d;
font-weight: 300;
}
.il {
font-size: 1.5rem;
display: block;
margin-top: 1rem;
color: #555;
font-size: 1.5rem;
display: block;
margin-top: 1rem;
color: #555;
}
.ico {
padding-right: 13px;
font-size: xx-large;
padding-right: 13px;
font-size: xx-large;
}
.ico-sm {
padding-right: 5px;
padding-right: 5px;
}
.text-start {
text-align: left;
text-align: left;
}