update css
This commit is contained in:
14
public/assets/css/merchbay/styles.css
vendored
14
public/assets/css/merchbay/styles.css
vendored
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
</div>
|
||||
|
||||
<div class="col-lg-5 align-self-center">
|
||||
<div class="float-end">
|
||||
<div class="footer-socials-icons">
|
||||
<img src="{{asset('public/images/socials/facebook-icon_42x42.png')}}" width="30" alt="" class="img-fluid mr-3">
|
||||
<img src="{{asset('public/images/socials/instagram-icon_42x42.png')}}" width="30" alt="" class="img-fluid mr-3">
|
||||
<img src="{{asset('public/images/socials/twitter-icon_42x42.png')}}" width="30" alt="" class="img-fluid mr-3">
|
||||
|
||||
@@ -136,10 +136,10 @@
|
||||
<div class="col-lg-8">
|
||||
<div class="p-5">
|
||||
<h2>
|
||||
Calling all <span class="designer-text">Designers</span>
|
||||
Calling all <span class="designer-text">Creators</span>
|
||||
</h2>
|
||||
<p>
|
||||
Sign in on Merchbay and share your creativity and expand
|
||||
<a href="{{ url('auth/login') }}">Sign in</a> on Merchbay and share your creativity and expand
|
||||
<br />your ideas. Click below button to know more.
|
||||
</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user