Skip to content

Commit 9c86c93

Browse files
Reduce font size in command TOC
Decreased the font size of the .command-toc class from 1.2rem to 0.9rem for improved visual consistency.
1 parent ca01862 commit 9c86c93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/css/command-docs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ article table tbody tr:hover {
328328
/* Table of Contents */
329329
.command-toc {
330330
margin-bottom: 2rem;
331-
font-size: 1.2rem;
331+
font-size: 0.9rem;
332332
color: #59636e;
333333
text-align: center;
334334
display: block;

0 commit comments

Comments
 (0)