restyle footer
This commit is contained in:
parent
7f95ff8ba9
commit
9e620fb701
2 changed files with 6 additions and 7 deletions
|
@ -28,12 +28,11 @@ footer {
|
|||
}
|
||||
|
||||
.social {
|
||||
margin: 0;
|
||||
padding: 7px;
|
||||
font-size: 23px;
|
||||
margin-bottom: 25px;
|
||||
margin-top: 0;
|
||||
|
||||
a {
|
||||
margin: 0 4px;
|
||||
margin: 0 5px;
|
||||
color: $white;
|
||||
|
||||
&:hover {
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<p class="social">
|
||||
<h2 class="social">
|
||||
{% for link in FOOTER_LINKS %}
|
||||
<a href="{{ link.url }}" alt="{{ link.key }}" class="footer-link"><i class="fa {{ link.icon }}"></i></a>
|
||||
<a href="{{ link.url }}" class="footer-link"><i class="fa {{ link.icon }}"></i></a>
|
||||
{% endfor %}
|
||||
</p>
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
|
Reference in a new issue