Include superfly's suggestions

This commit is contained in:
Simon Hanna 2017-03-18 02:02:51 +01:00
parent dfcb0b5647
commit f9656d2968
2 changed files with 16 additions and 1 deletions

View File

@ -7,6 +7,12 @@ Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/
@media (max-width: 767px) {
.navbar-collapse {
background-color: rgba(0, 0, 0, 0.90);
}
}
.bg-image-1 {
background: url("../images/worship-1.jpg") 50% 0px no-repeat;
}
@ -280,6 +286,15 @@ article blockquote p:first-child {
text-align: left;
}
.social-links {
text-align: center;
}
.social-links li {
margin: 10px;
width: 54px;
}
.social-links li.reddit a:hover {
color: #ff4500;
}

View File

@ -527,7 +527,7 @@
</ul>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<ul class="social-links text-center">
<ul class="social-links">
<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>