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