Skip to content

Commit 5d435f7

Browse files
Fix: Footer Css style
1 parent 913e161 commit 5d435f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

styles/Footer.module.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
.logo {
3333
border-radius: 50%;
34-
height: 5em;
34+
height: 4.5em;
3535
}
3636

3737
.subscribe {
@@ -60,7 +60,7 @@
6060
justify-content: center;
6161
}
6262

63-
.socialMedia__item {
63+
.socialMedia + .socialMedia {
6464
margin-left: 1rem;
6565
}
6666

@@ -114,7 +114,7 @@
114114

115115
.socialMedia {
116116
justify-content: flex-end;
117-
margin-right: 1rem;
117+
margin: 1rem 1rem 0.5rem 0;
118118
}
119119

120120
.socialMedia img {

0 commit comments

Comments
 (0)