updated styles for list items, added additional class styling for a footer on pages with longer content

This commit is contained in:
Fennel Kora 2024-07-11 13:13:12 -04:00
parent 5bb7667d7d
commit 1abed22be6

View file

@ -22,10 +22,11 @@ body {
justify-content: space-around;
}
p {
p, ul, li {
padding: 0px;
margin: 0.8em;
font-size: 0.9em
font-size: 0.9em;
list-style-type: none;
}
#linkblock {
@ -62,10 +63,20 @@ hr {
#footer {
display: block;
position: fixed;
bottom: 0;
bottom: 3px;
margin-left: auto;
margin-right: auto;
text-align: center;
font-size: 0.8em;
width: 100%;
}
#longcontentfooter {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
font-size: 0.8em;
margin-top: 20px;
width: 100%;
}