fix styling
This commit is contained in:
@ -195,7 +195,7 @@ nav {
|
||||
/* width: min-content; */
|
||||
}
|
||||
|
||||
a:hover {
|
||||
aside>a:hover {
|
||||
transform: none;
|
||||
}
|
||||
}
|
||||
@ -242,6 +242,13 @@ footer {
|
||||
width: 230px;
|
||||
}
|
||||
|
||||
.nav-buttons {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
|
||||
}
|
||||
|
||||
/* body > footer {
|
||||
margin-top: 4rem;
|
||||
padding: 2rem 1rem 1.5rem 1rem;
|
||||
|
Reference in New Issue
Block a user