Skip to content

Commit ca01862

Browse files
Make .command-docs-title block-level and full width
Updated the .command-docs-title class to use display: block and width: 100% for improved layout and alignment.
1 parent 81658ca commit ca01862

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

static/css/command-docs.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,8 @@ article table tbody tr:hover {
331331
font-size: 1.2rem;
332332
color: #59636e;
333333
text-align: center;
334+
display: block;
335+
width: 100%;
334336
}
335337

336338
.command-toc .toc-label {

0 commit comments

Comments
 (0)