Skip to content

Commit

Permalink
Add spacing between post list and footer when a page doesn't have a p…
Browse files Browse the repository at this point in the history
…aginator
  • Loading branch information
MrWillCom committed Aug 31, 2024
1 parent 57dfe69 commit 78410ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions source/css/paginator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
.paginator {
display: block;
text-align: center;
padding: 16px;
margin: 8px;
margin: 32px 8px;

& > a,
& > span {
Expand Down
2 changes: 1 addition & 1 deletion source/css/post-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
gap: 20px 16px;
max-width: 980px;
margin: auto;
margin-bottom: 32px;

@media (max-width: 600px) {
grid-template-columns: 1fr;
Expand Down Expand Up @@ -106,7 +107,6 @@
.post-list.archives {
display: block;
max-width: 980px;
margin: auto;

.post-list-item {
border-radius: 0;
Expand Down

0 comments on commit 78410ef

Please sign in to comment.