diff --git a/assets/images/instagram-icon.png b/assets/images/instagram-icon.png deleted file mode 100644 index 0abd451..0000000 Binary files a/assets/images/instagram-icon.png and /dev/null differ diff --git a/assets/images/instagram-icon.svg b/assets/images/instagram-icon.svg new file mode 100644 index 0000000..9221bab --- /dev/null +++ b/assets/images/instagram-icon.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/assets/styles/main.css b/assets/styles/main.css index 79e3b76..486c8c7 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -182,7 +182,7 @@ body { flex-direction: column; align-items: center; justify-content: center; - margin: 0 0 178px; + margin: 0 0 116px; width: 100%; padding: 0 72px; } @@ -222,7 +222,7 @@ body { /*Footer*/ -.footer { +.page-footer { display: flex; flex-direction: column; background: #000000; @@ -230,6 +230,23 @@ body { padding: 38px 0; } +.footer-icons { + display: flex; + list-style: none; + margin-bottom: 16px; +} + +.footer-icon { + margin: 0 8px; +} + +.footer-text { + text-transform: uppercase; + font-size: 10px; + line-height: 12px; + color: #BDBDBD; +} + /*Versão mobile*/ @media screen and (max-width: 320px) { diff --git a/index.html b/index.html index cbf1b78..33cd10e 100644 --- a/index.html +++ b/index.html @@ -147,6 +147,27 @@ - + \ No newline at end of file