Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: mat-0 <[email protected]>
  • Loading branch information
mat-0 committed Jan 29, 2025
1 parent b7c09a0 commit 356a6e5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ body {
}

article {
margin: 0 3em;
margin: 3em 0;
}

.book-list .book {
Expand All @@ -126,6 +126,12 @@ article {
width: 90px;
}

h1 {
font-size: 2em;
position: relative;
}


h2 {
font-size: 1.5em;
margin-bottom: 28px;
Expand Down

0 comments on commit 356a6e5

Please sign in to comment.