mirror of
https://gitlab.com/openlp/website.git
synced 2024-12-22 04:52:49 +00:00
Fix Social links not being on one line
This commit is contained in:
parent
764910c7f5
commit
b7e3db4f5f
@ -275,13 +275,6 @@ article blockquote p:first-child {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.social-links {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding-left: 36px;
|
||||
width: 463px;
|
||||
}
|
||||
|
||||
.social-links li.reddit a:hover {
|
||||
color: #ff4500;
|
||||
}
|
||||
|
@ -514,7 +514,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
|
||||
<ul class="social-links">
|
||||
<ul class="social-links text-center">
|
||||
<li class="googleplus"><a target="_blank" href="https://plus.google.com/b/117120749304988900189/117120749304988900189" title="Follow us on Google+"><i class="fa fa-google-plus"></i></a></li>
|
||||
<li class="facebook"><a target="_blank" href="https://www.facebook.com/openlp" title="Follow us on Facebook"><i class="fa fa-facebook"></i></a></li>
|
||||
<li class="twitter"><a target="_blank" href="https://twitter.com/openlp" title="Follow us on Twitter"><i class="fa fa-twitter"></i></a></li>
|
||||
|
Loading…
Reference in New Issue
Block a user