Skip to content

Commit

Permalink
Fix Links Divider
Browse files Browse the repository at this point in the history
- clearly divide links
  • Loading branch information
DOkwufulueze committed Feb 25, 2022
1 parent c55f139 commit b6834aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/layout/FooterTemplate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 77,8 @@ export default {
.divider {
color: inherit;
margin: 0 20px;
font-size: 10px;
}
.divider:before {
Expand Down
2 changes: 2 additions & 0 deletions src/components/layout/HeaderTemplate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 188,8 @@ export default {
.divider {
color: #4c4e49;
display: inline-block;
margin: 0 20px;
font-size: 10px;
}
.divider:before {
Expand Down

0 comments on commit b6834aa

Please sign in to comment.