This commit is contained in:
Satya Benson 2024-03-04 11:45:35 -05:00
parent 171c826888
commit a65f48a5c2
1 changed files with 4 additions and 0 deletions

View File

@ -321,7 +321,11 @@ ol ol {
.content {
display: flex;
justify-content: center; /* Center content horizontally */
align-items: flex-start; /* Align content to the top */
max-width: 800px;
margin: 0 auto; /* Center content horizontally */
padding: 0; /* Remove padding */
}
hr {