Skip to content

Commit c2b9471

Browse files
committed
Style the dt element
1 parent fcb7b34 commit c2b9471

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tutorials/the-terminal/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@
4949
dd {
5050
margin-bottom: 32px;
5151
}
52+
53+
dt {
54+
background-color: rgb(245, 245, 245);
55+
border-radius: 6px;
56+
padding-left: 8px;
57+
line-height: 32px;
58+
}
5259
</style>
5360
</head>
5461
<body>

0 commit comments

Comments
 (0)