Skip to content

Commit

Permalink
refactor footer
Browse files Browse the repository at this point in the history
  • Loading branch information
alkorlos committed Apr 9, 2024
1 parent d964000 commit 1178bce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/styles/components/footer/footer.pcss
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
.footer { /* stylelint-disable-line block-no-empty */
.footer__central {
min-width: var(--size-layout-min-width);
max-width: var(--size-layout-max-width);
padding-right: var(--size-base-padding-horizontal);
padding-left: var(--size-base-padding-horizontal);
}
2 changes: 1 addition & 1 deletion src/templates/components/_footer.njk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<footer class="footer" role="contentinfo">
<div class="central">
<div class="footer__central">

</div>
</footer>

0 comments on commit 1178bce

Please sign in to comment.