This commit is contained in:
David Eisinger
2023-01-10 00:11:50 -05:00
parent a8af839220
commit eea3b9dd7a

View File

@@ -16,6 +16,11 @@ a {
color: blue; color: blue;
} }
hr {
border: 0;
border-top: 2px solid #eee;
}
header, #content, footer { header, #content, footer {
max-width: 800px; max-width: 800px;
} }