diff --git a/css/styles.css b/css/styles.css index bd46e91..e06c7b5 100644 --- a/css/styles.css +++ b/css/styles.css @@ -85,6 +85,7 @@ } .area-content .box-item img { margin: 0 auto 20px auto; + min-height: 103px; } .gallery { @@ -129,3 +130,39 @@ margin: 50px auto 0 auto; width: 100%; } + +footer { + background: #000000; + padding: 40px 0; +} + +.footer-social { + display: flex; + align-items: center; + justify-content: center; + margin-bottom: 20px; +} + +.social-item { + margin: 0 10px; +} + +.social-item a { + display: block; +} + +.social-item:first-of-type { + margin-left: 0; +} + +.social-item:last-of-type { + margin-right: 0; +} +small { + font-size: 10px; + font-weight: 400; + color: #bdbdbd; + text-align: center; + margin: 0 auto; + display: block; +} diff --git a/index.html b/index.html index be9eee6..f66f8f0 100644 --- a/index.html +++ b/index.html @@ -79,7 +79,35 @@