More margin probably looks better here.

This commit is contained in:
Bradley M. Kuhn 2023-02-07 14:13:51 -08:00
parent 03673dae8c
commit bd5f44a7f6

View file

@ -58,7 +58,7 @@ dd {
float: left; float: left;
height: auto; height: auto;
width: 25%; width: 25%;
margin-left: .7em; margin-left: 1.2em;
margin-bottom: .4em; margin-bottom: .4em;
} }
@ -66,7 +66,7 @@ dd {
float: right; float: right;
height: auto; height: auto;
width: 25%; width: 25%;
margin-right: .7em; margin-right: 1.2em;
margin-bottom: .4em; margin-bottom: .4em;
} }