minor adjustments
This commit is contained in:
parent
0d63d44cfe
commit
68de5e6547
|
@ -39,7 +39,6 @@ footer {
|
|||
color: blue;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#headermain a:hover {
|
||||
|
@ -49,7 +48,6 @@ footer {
|
|||
#homelink {
|
||||
font-size: xx-large;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
nav {
|
||||
|
@ -106,6 +104,7 @@ ol ol ol {
|
|||
width: 256px;
|
||||
max-width: 100%;
|
||||
margin-right: 10px;
|
||||
margin-bottom: 10px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
@ -122,7 +121,6 @@ ol ol ol {
|
|||
}
|
||||
|
||||
aside {
|
||||
width: 30ch;
|
||||
flex: auto;
|
||||
position: sticky;
|
||||
top: 10px;
|
||||
|
|
Loading…
Reference in New Issue