diff --git a/source/_assets/sass/main.scss b/source/_assets/sass/main.scss index ba6aa3d..8a3d16a 100644 --- a/source/_assets/sass/main.scss +++ b/source/_assets/sass/main.scss @@ -1410,6 +1410,25 @@ h6 { color: #74b5fc; } +.footer-top .container { + display: flex; + flex-direction: column; + + .row { + justify-content: space-between; + + img { + height: auto; + } + } + + .item { + display: flex; + justify-content: center; + margin-top: 25px; + } +} + #footer .footer-top .footer-contact { margin-bottom: 30px; } @@ -1428,6 +1447,7 @@ h6 { width: 65%; } + #footer .footer-top .footer-newsletter input[type="submit"] { background: #e5332aff; border: 0; @@ -1564,4 +1584,4 @@ h6 { .owl-carousel .owl-item img{ width: unset !important; -} \ No newline at end of file +} diff --git a/source/_layouts/master.blade.php b/source/_layouts/master.blade.php index 7c73ae0..5d3376b 100644 --- a/source/_layouts/master.blade.php +++ b/source/_layouts/master.blade.php @@ -63,8 +63,17 @@
+
+ + somos coop logo imagem + +
-
+
-
+
+
+
diff --git a/source/assets/images/somoscoop-horizontal-light.png b/source/assets/images/somoscoop-horizontal-light.png new file mode 100644 index 0000000..e5a20b1 Binary files /dev/null and b/source/assets/images/somoscoop-horizontal-light.png differ