Skip to content

Commit 7c966a2

Browse files
committed
Better styling for definition lists
1 parent 8170967 commit 7c966a2

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

css/source/theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,8 @@ section.has-light-background {
8484
margin-right: 1em;
8585
transform: rotate(-8deg);
8686
}
87+
88+
dd + dt {
89+
margin-top: 1em;
90+
}
8791
}

css/theme.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,3 +308,6 @@ body {
308308
margin-top: 2em;
309309
margin-right: 1em;
310310
transform: rotate(-8deg); }
311+
312+
.slides dd + dt {
313+
margin-top: 1em; }

0 commit comments

Comments
 (0)