Skip to content

Commit

Permalink
Fixed spacing in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
legoraft committed Sep 24, 2024
1 parent 5d9e3df commit 2cfbf28
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion _sass/minima/custom-styles.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Footer */

.footer-col {
margin-bottom: $spacing-unit * .5;
}
Expand All @@ -7,8 +9,20 @@
padding: $spacing-unit 0;
}

footer.wrapper {
.wrapper {
display: flex;
justify-content: space-between;
width: 100%;
}

/* Header */

.site-header {
border-top: 0;
border-bottom: 0;
min-height: $spacing-unit * 1.865;
line-height: $base-line-height * $base-font-size * 2.25;

// Positioning context for the mobile navigation icon
position: relative;
}

0 comments on commit 2cfbf28

Please sign in to comment.