fixes to footer
This commit is contained in:
Vendored
+8
-4
@@ -1510,13 +1510,18 @@ main {
|
|||||||
}
|
}
|
||||||
.footer-brand,
|
.footer-brand,
|
||||||
.footer-links,
|
.footer-links,
|
||||||
.footer-social-links,
|
.footer-social-links {
|
||||||
.footer-copyright {
|
|
||||||
flex: none;
|
flex: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
.footer-copyright {
|
||||||
|
flex: none;
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
.footer-brand,
|
.footer-brand,
|
||||||
.footer-links,
|
.footer-links,
|
||||||
.footer-social-links {
|
.footer-social-links {
|
||||||
@@ -1542,8 +1547,7 @@ main {
|
|||||||
.footer-copyright {
|
.footer-copyright {
|
||||||
flex: 50%;
|
flex: 50%;
|
||||||
}
|
}
|
||||||
.footer-brand,
|
.footer-brand {
|
||||||
.footer-copyright {
|
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
.footer-links,
|
.footer-links,
|
||||||
|
|||||||
+8
-3
@@ -598,8 +598,12 @@
|
|||||||
<li><a href="#">About us</a></li>
|
<li><a href="#">About us</a></li>
|
||||||
<li><a href="#">FAQ's</a></li>
|
<li><a href="#">FAQ's</a></li>
|
||||||
<li><a href="#">Support</a></li> -->
|
<li><a href="#">Support</a></li> -->
|
||||||
<li><p class="email-me">[email protected]</p></li>
|
|
||||||
<li><p class="small-white-font">(949)923-0445</p></li>
|
<li class="small-white-font">14872 Waverly Lane</li>
|
||||||
|
<li class="small-white-font">Irvine</li>
|
||||||
|
<li class="small-white-font">CA, 92604</li>
|
||||||
|
<br></br>
|
||||||
|
<li class="small-white-font">(949)923-0445</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="footer-social-links list-reset">
|
<ul class="footer-social-links list-reset">
|
||||||
<li>
|
<li>
|
||||||
@@ -655,7 +659,8 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="footer-copyright small-white-font">
|
<div class="footer-copyright small-white-font">
|
||||||
© 2019 Charify, all rights reserved
|
<p class="email-me">[email protected]</p>
|
||||||
|
<p>© 2019 Charify, all rights reserved</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
+1
-1
@@ -116,7 +116,7 @@
|
|||||||
}
|
}
|
||||||
.email-me {
|
.email-me {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
color: white;
|
color: gold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-links {
|
.footer-links {
|
||||||
|
|||||||
Reference in New Issue
Block a user