Skip to content

Commit

Permalink
small css fix on lists
Browse files Browse the repository at this point in the history
small css fix on lists
  • Loading branch information
nbozon committed Mar 27, 2020
1 parent 4e0c6ed commit 0f6a715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/grass/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -728,8 +728,8 @@ img {
margin-bottom: 15px;
}
ul {
padding-left: 0;
margin-bottom: 20px;
padding: 0;
margin: 0 0 20px 20px;
}
ul li a {
display: inline-block;
Expand Down

0 comments on commit 0f6a715

Please sign in to comment.