Skip to content

Commit 4e2b833

Browse files
committed
QUnit: Use monospace font for npm/bower install commands
1 parent da2a59a commit 4e2b833

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

themes/qunitjs.com/style.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ a {
2020
}
2121

2222
.download-box .copyable {
23-
width: 14em;
23+
width: 20em;
2424
max-width: 100%;
2525
padding: 2px 5px;
2626
border: 1px solid #e4e4e4;
2727
border-radius: 5px;
28+
text-align: center;
29+
font-family: monospace;
2830
}

0 commit comments

Comments
 (0)