Skip to content

Commit

Permalink
Removed padding for dt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hiiva authored Jun 8, 2020
1 parent af46fea commit 22a8723
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions agagd/static/css/agagd.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,13 @@ ol {


dt {
padding-left: 20px;
/* padding-left: 20px; */
font-variant: small-caps;
font-weight: bold;
}
dd {
padding-left: 40px; color: #666666;
padding-left: 40px;
color: #666666;
}

li {
Expand Down

0 comments on commit 22a8723

Please sign in to comment.