diff --git a/public/assets/css/merchbay/styles.css b/public/assets/css/merchbay/styles.css index f1632f2..edc42a1 100755 --- a/public/assets/css/merchbay/styles.css +++ b/public/assets/css/merchbay/styles.css @@ -9,6 +9,7 @@ body { a { text-decoration: none; + color:#000000; } .bg-black { @@ -113,6 +114,10 @@ footer { height: 70px; } +.footer-socials-icons{ + float: right; +} + .footer-menu { list-style-type: none; margin: 0; @@ -409,4 +414,13 @@ span.designer-text { .bi.bi-cart-fill { color: #000000; } + + footer { + height: inherit; + } + + .footer-socials-icons{ + text-align: center; + margin-top: 5px; + } } diff --git a/resources/views/merchbay/footer.blade.php b/resources/views/merchbay/footer.blade.php index b1bc107..68bc4e1 100755 --- a/resources/views/merchbay/footer.blade.php +++ b/resources/views/merchbay/footer.blade.php @@ -20,7 +20,7 @@
-
+