This commit is contained in:
Raven Scott 2024-10-27 01:38:27 -04:00
parent 39d6d7ed79
commit 869ca41971

View File

@ -24,21 +24,16 @@ a:hover {
color: #42484a;
}
/* Improve padding and spacing for list headers and items */
/* Add margin between list items */
li {
margin-bottom: 1.5rem; /* Space between list items */
margin-bottom: 5rem; /* Space between list items */
line-height: 1.6; /* Improve readability for longer text */
}
li strong {
display: block;
margin-top: 1rem; /* Add space above headers in lists */
margin-bottom: 0.5rem; /* Add space below headers */
}
/* Adjust paragraph line height */
p {
line-height: 1.8; /* Improve readability */
/* Adjust list container margins */
dl, ol, ul {
margin-top: 0;
margin-bottom: 1rem;
}
/* Primary Background */
@ -216,7 +211,7 @@ footer {
p {
margin-top: 5px;
margin-top: px;
margin-bottom: 5.2px;
}