Style social links
This commit is contained in:
parent
0132b46d5a
commit
7d291d47a6
2 changed files with 18 additions and 1 deletions
|
|
@ -101,3 +101,16 @@ h4 small { font-size: $baseFontSize; }
|
|||
margin-bottom: -3px;
|
||||
}
|
||||
|
||||
ul.horizontal {
|
||||
color: $cccsGreen;
|
||||
list-style: none outside none;
|
||||
li {
|
||||
padding-right: 2em;
|
||||
}
|
||||
li:before {
|
||||
font-size: 150%;
|
||||
margin-right: 0.3em;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -46,7 +46,11 @@
|
|||
<img src="/img/silhouette.png">
|
||||
</div>
|
||||
<footer>
|
||||
<a href="#">Impressum</a>
|
||||
<ul class="horizontal">
|
||||
<li class="icon-twitter-sign"><a href="https://twitter.com/cccs_de/">twitter</a></li>
|
||||
<li class="icon-github"><a href="https://github.com/cccs/">github</a></li>
|
||||
<li class="pull-right"><a href="#">Impressum</a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue