Skip to content

Commit

Permalink
Merge pull request #80 from CybercentreCanada/update/discord
Browse files Browse the repository at this point in the history
Update/Discord : Fixing the improper size of the Discord icon
  • Loading branch information
cccs-kevin authored Aug 31, 2023
2 parents 3db1afd + 6a50cbd commit c3c590a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion override/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
.discord {
display: grid;
text-align: center;
min-width: 38px;
width: 38px;
}
</style>

Expand Down

0 comments on commit c3c590a

Please sign in to comment.