1
0
mirror of https://github.com/picocms/pico-theme.git synced 2025-07-24 18:41:55 +02:00

Add bottom margin to definition descriptions

This commit is contained in:
Daniel Rudolf
2019-10-12 19:46:38 +02:00
parent 138a88e05f
commit 777f852a06

View File

@@ -185,7 +185,7 @@ p, td, th, li, dd {
word-wrap: break-word;
}
p, hr, table, .table-responsive, ol, ul, dl, pre, blockquote, fieldset {
p, hr, table, .table-responsive, ol, ul, dl, dd, pre, blockquote, fieldset {
margin-bottom: 1em;
}