Skip to content

Commit 71b829d

Browse files
authored
Update styles.css
1 parent 298597d commit 71b829d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

assets/styles.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,17 @@
6262

6363

6464

65+
/* social list */
66+
.social-list {
67+
display: flex;
68+
justify-content: center; /* Centers horizontally */
69+
align-items: center; /* Centers vertically */
70+
gap: 15px;
71+
padding: 4px; /* Adjust padding as needed */
72+
}
73+
74+
75+
6576
.copy-button {
6677
cursor: pointer;
6778
color: var(--highlight-color);

0 commit comments

Comments
 (0)