Skip to content

Commit 012b821

Browse files
committed
Add padding to dd elements in styles.css
1 parent 9c59940 commit 012b821

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

great_docs/assets/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ dt {
7474
margin-left: -4px;
7575
}
7676

77+
dd {
78+
padding-left: 1.5rem;
79+
}
80+
7781
.table td {
7882
padding-left: 0px;
7983
}

0 commit comments

Comments
 (0)