This commit is contained in:
@@ -2792,6 +2792,21 @@ figcaption a {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
|
||||
.gh-footer-social {
|
||||
display: flex;
|
||||
justify-content: center; /* Centers the icons horizontally */
|
||||
gap: 10px; /* Adds some space between the icons */
|
||||
margin-top: 20px; /* Adds some space between the menu and icons */
|
||||
}
|
||||
|
||||
.gh-footer-social a img {
|
||||
width: 30px; /* Adjust the size of the icons */
|
||||
height: auto;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.gh-footer-copyright {
|
||||
text-align: right;
|
||||
white-space: nowrap;
|
||||
|
Reference in New Issue
Block a user