diff --git a/footer.css b/footer.css index 3c1209ed..9cc8570d 100644 --- a/footer.css +++ b/footer.css @@ -1,3 +1,18 @@ +.footer__container { + width: 100%; + /* max-width: 1800px; */ + display: flex; + flex-direction: row; + flex-wrap: wrap; + align-items: flex-start; + justify-content: space-between; + grid-template-columns: repeat(3, 1fr); + gap: 20px; + color: var(--secondary-color); + margin: 0; + padding: 0; + } + .goog-te-combo{ background: #5074cf; color: white; @@ -17,3 +32,14 @@ font-size: medium; color: black; } + +.footer_text{ + display: flex; + flex-direction: column; + gap: 10px; +} + +.footer_text a{ + color: white; + /* margin-top: 10px; */ +} diff --git a/index.html b/index.html index 19717aaa..bfd458f5 100644 --- a/index.html +++ b/index.html @@ -1618,7 +1618,7 @@