diff --git a/src/components/Footer/Footer.module.scss b/src/components/Footer/Footer.module.scss index fa8f733..5a5f058 100644 --- a/src/components/Footer/Footer.module.scss +++ b/src/components/Footer/Footer.module.scss @@ -28,15 +28,18 @@ footer { } @media (max-width: 1025px) { width: 96.875%; - height: 116px; + height: 104.01px; flex-direction: column; align-items: flex-start; - margin: 15px auto; + padding: 15px 16px; row-gap: 15px; + margin: 0; } @media (max-width: 376px) { width: 91.484%; - height: 128px; + height: 98px; + row-gap: 0; + } & ul { margin-top: 0;