Refacture: Created InitialSection component so it can be used in every page just giving props
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.footer-container {
|
||||
height: 150px;
|
||||
height: 100px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
@@ -22,7 +22,7 @@
|
||||
}
|
||||
|
||||
.logo-naliia-footer {
|
||||
height: 50px;
|
||||
height: 44px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
.icons-social-media {
|
||||
display: flex;
|
||||
gap: var(--space-xl-32px);
|
||||
gap: var(--space-lg-24px);
|
||||
}
|
||||
|
||||
.social-media-link {
|
||||
|
||||
Reference in New Issue
Block a user