minor adjustments

This commit is contained in:
filifa 2024-05-27 21:33:47 -05:00
parent 0d63d44cfe
commit 68de5e6547
1 changed files with 1 additions and 3 deletions

View File

@ -39,7 +39,6 @@ footer {
color: blue; color: blue;
text-decoration: none; text-decoration: none;
text-transform: uppercase; text-transform: uppercase;
text-align: center;
} }
#headermain a:hover { #headermain a:hover {
@ -49,7 +48,6 @@ footer {
#homelink { #homelink {
font-size: xx-large; font-size: xx-large;
font-weight: bold; font-weight: bold;
text-decoration: none;
} }
nav { nav {
@ -106,6 +104,7 @@ ol ol ol {
width: 256px; width: 256px;
max-width: 100%; max-width: 100%;
margin-right: 10px; margin-right: 10px;
margin-bottom: 10px;
float: left; float: left;
} }
@ -122,7 +121,6 @@ ol ol ol {
} }
aside { aside {
width: 30ch;
flex: auto; flex: auto;
position: sticky; position: sticky;
top: 10px; top: 10px;