docs: set header link width to 100% so that the link fills the entire box it sits in for easier selection (#767)
This commit is contained in:
parent
15cd6c1708
commit
4253683ec0
1 changed files with 13 additions and 13 deletions
|
@ -25,7 +25,7 @@ body {
|
|||
min-height: 100vh;
|
||||
font-family: var(--font-body);
|
||||
font-size: 1rem;
|
||||
font-size: clamp(0.9rem, 0.7500rem + 0.3750vw + var(--user-font-scale), 1rem);
|
||||
font-size: clamp(0.9rem, 0.75rem + 0.375vw + var(--user-font-scale), 1rem);
|
||||
line-height: 1.5;
|
||||
max-width: 100vw;
|
||||
}
|
||||
|
@ -78,7 +78,6 @@ h5 {
|
|||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
|
||||
@media (min-width: 60em) {
|
||||
h1 {
|
||||
font-size: 2.5rem;
|
||||
|
@ -93,7 +92,6 @@ h5 {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
p,
|
||||
.content ul {
|
||||
color: var(--theme-text-light);
|
||||
|
@ -228,7 +226,8 @@ th {
|
|||
color: white;
|
||||
font-weight: bold;
|
||||
}
|
||||
td, th {
|
||||
td,
|
||||
th {
|
||||
padding: 6px;
|
||||
text-align: left;
|
||||
}
|
||||
|
@ -399,6 +398,7 @@ h2.heading {
|
|||
.header-link a {
|
||||
display: inline-flex;
|
||||
gap: 0.5em;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.header-link.depth-3 {
|
||||
|
|
Loading…
Reference in a new issue