Eyes banner follows taps not just mouse.
This commit is contained in:
@@ -946,7 +946,7 @@ article h2 {
|
||||
/* Smaller type: the horizontal link strip fits roughly a third more
|
||||
items per line. The nested-list gaps below are em-based and shrink
|
||||
along. */
|
||||
font-size: 0.9rem;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
/* Only the main level becomes a horizontal wrapping strip; submenus stay
|
||||
@@ -954,7 +954,7 @@ article h2 {
|
||||
#sidebar > ul {
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.35rem 0.9rem;
|
||||
gap: 0.3rem 0.75rem;
|
||||
}
|
||||
|
||||
figure:has(.right),
|
||||
|
||||
Reference in New Issue
Block a user