Compare commits
2 Commits
5f7bf0065a
...
101658ea04
| Author | SHA1 | Date | |
|---|---|---|---|
| 101658ea04 | |||
| 35e3f9631a |
@ -41,14 +41,19 @@ nav a:focus-visible {
|
||||
}
|
||||
|
||||
#skip:focus-visible {
|
||||
left: 3rem;
|
||||
top: 1.5rem;
|
||||
left: -6rem;
|
||||
width: auto;
|
||||
height: auto;
|
||||
overflow: auto;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
@media (max-width: 650px) {
|
||||
#skip:focus-visible {
|
||||
left: 6rem;
|
||||
}
|
||||
}
|
||||
|
||||
nav ul {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
@ -72,10 +77,6 @@ nav > #current-page {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
nav > div > #current-page {
|
||||
display: none;
|
||||
}
|
||||
|
||||
header img {
|
||||
max-height: 25vh;
|
||||
max-width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user