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