Skip to content

Commit 25bb3cb

Browse files
committed
fix: social icons
1 parent 43a66d9 commit 25bb3cb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

092-music streaming service/style.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,21 @@ body {
6565
font-weight: bold;
6666
}
6767

68+
.social-link {
69+
display: flex;
70+
align-items: center;
71+
justify-content: center;
72+
gap: 0.5rem;
73+
}
74+
6875
.social-link svg {
6976
width: 1em;
70-
margin-right: 0.25rem;
7177
}
7278

7379
.main-footer .container {
7480
display: flex;
7581
justify-content: space-between;
82+
align-items: center;
7683
}
7784

7885
/* layout */

0 commit comments

Comments
 (0)