Skip to content

Commit

Permalink
Remove margin on list
Browse files Browse the repository at this point in the history
  • Loading branch information
frustratedcat committed Oct 22, 2024
1 parent 0b614e3 commit 05df3ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pages/library/library.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h1>Library</h1>
<ul>
<section>
<h2 class="reading-list-year-headers">Fiction</h2>
<li class="year-list">
<li class="year-list year-list-remove-margin">
<ul>
<li>
<a href="https://amzn.to/4haUh6k" target="blank"
Expand Down
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ ul {
line-height: 2;
}

.year-list-remove-margin {
margin-left: 0;
}

.download-file {
margin-top: 30px;
}
Expand Down

0 comments on commit 05df3ab

Please sign in to comment.