Skip to content

Commit

Permalink
fix: minimal footer style
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Sep 5, 2019
1 parent 860cd81 commit b7b45e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion assets/scss/_common/minimal-footer-about.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@
.about-socials {
flex: 1;
margin-right: 2em;
}
width: 50%;
}

.about-links {
max-width: 42%;
}
2 changes: 2 additions & 0 deletions assets/scss/_common/minimal-footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
.post-tag {
flex: 1;
margin-right: 2em;
width: 50%;
}

.post-category {
max-width: 50%;
.active {
color: var(--color-contrast-high);
}
Expand Down

0 comments on commit b7b45e5

Please sign in to comment.