Skip to content

Commit

Permalink
fix footer text
Browse files Browse the repository at this point in the history
  • Loading branch information
rohandebsarkar committed Jul 4, 2022
1 parent 9348728 commit 6fd8b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ footer.fixed-bottom {
background-color: var(--global-footer-bg-color);
font-size: 0.75rem;
.container {
color: var(--global-footer-text-color);
color: var(--global-footer-text-color) !important;
padding-top: 9px;
padding-bottom: 8px;
}
Expand Down

0 comments on commit 6fd8b93

Please sign in to comment.