Skip to content

Commit

Permalink
Align home page li text indentation, ref #866
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed May 2, 2024
1 parent ac7c1c6 commit b5f1ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ footer>div>dl>dd>ul li img {

#homepage main>article>div>section>div>ul li {
display: grid;
grid-template-columns: repeat(2, auto);
grid-template-columns: 150px 1fr;
grid-template-rows: repeat(3, auto);
grid-column-gap: 0;
grid-row-gap: 0;
Expand Down

0 comments on commit b5f1ff4

Please sign in to comment.