Show letters in a grid
This commit is contained in:
parent
2167b66f0d
commit
b9ca3dfd24
1 changed files with 3 additions and 2 deletions
|
|
@ -101,8 +101,8 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.toc-letters {
|
.toc-letters {
|
||||||
display: flex;
|
display: grid;
|
||||||
flex-wrap: wrap;
|
grid-template-columns: repeat(9, 1fr);
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
}
|
}
|
||||||
|
|
@ -110,6 +110,7 @@ body {
|
||||||
.toc-letters a {
|
.toc-letters a {
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
text-align: center;
|
||||||
color: var(--accent-deep);
|
color: var(--accent-deep);
|
||||||
padding: 4px 6px;
|
padding: 4px 6px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue