Skip to content

Commit

Permalink
fix: center license footer
Browse files Browse the repository at this point in the history
  • Loading branch information
madcampos committed Aug 9, 2024
1 parent 63b52eb commit 628980f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/layouts/BlogPost/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@
padding-inline: var(--size-1);
padding-block: calc(var(--size-1) * 0.5);
}

#post-license {
padding: var(--size-1) var(--size-3);
text-align: center;
}

0 comments on commit 628980f

Please sign in to comment.