We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a66d9 commit 25bb3cbCopy full SHA for 25bb3cb
092-music streaming service/style.css
@@ -65,14 +65,21 @@ body {
65
font-weight: bold;
66
}
67
68
+.social-link {
69
+ display: flex;
70
+ align-items: center;
71
+ justify-content: center;
72
+ gap: 0.5rem;
73
+}
74
+
75
.social-link svg {
76
width: 1em;
- margin-right: 0.25rem;
77
78
79
.main-footer .container {
80
display: flex;
81
justify-content: space-between;
82
83
84
85
/* layout */
0 commit comments