Skip to content

Commit e107ed8

Browse files
authored
Merge pull request #551 from ishita-1305/gh-pages
Fix issue with overlapping social icons on gh-pages
2 parents e7c2242 + 9a4a41b commit e107ed8

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

styles/styles.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,7 @@ body.dark-mode .navbar-link:hover {
613613
.footer-description {
614614
flex: 1 1 300px;
615615
max-width: 400px;
616+
margin-right: 60px;
616617
}
617618

618619
.footer-logo {
@@ -723,7 +724,7 @@ body.dark-mode .footer-button:hover {
723724

724725
.footer-links,
725726
.footer-description {
726-
width: 100%;
727+
width: 80%;
727728
margin-bottom: 2rem;
728729
}
729730

@@ -1156,7 +1157,7 @@ body.dark-mode .side-icons a {
11561157
.side-icons {
11571158
width: 42px;
11581159
height: auto;
1159-
padding: 10px 0;
1160+
padding: 30px 0;
11601161
gap: 10px;
11611162
}
11621163

@@ -1168,6 +1169,9 @@ body.dark-mode .side-icons a {
11681169
.side-icons a {
11691170
font-size: 16px;
11701171
}
1172+
.footer-description {
1173+
max-width: 80%;
1174+
}
11711175
}
11721176

11731177
#scrollToTop {
@@ -1337,7 +1341,7 @@ a {
13371341
.toast.like {
13381342
background: #333;
13391343
color: #fff;
1340-
1344+
13411345
font-size: 12px;
13421346
font-size: 15px;
13431347
text-align: center;

0 commit comments

Comments
 (0)