Skip to content

Commit c4e673c

Browse files
Update FooterStyle.js (#145)
1 parent 74fd620 commit c4e673c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/styles/layout/FooterStyle.js

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export const FooterContainer = styled.footer`
6666
}
6767
&__title {
6868
margin: auto 0 !important;
69+
letter-spacing: 0.08em;
6970
}
7071
}
7172
&_email__tile {
@@ -252,6 +253,7 @@ export const FooterContainer = styled.footer`
252253
&__title {
253254
font-weight: 600;
254255
color: var(--gray);
256+
letter-spacing: 0.08em;
255257
}
256258
&__icons {
257259
display: flex;

0 commit comments

Comments
 (0)