1
Fork 0

Restyled twitter icon

This commit is contained in:
Jake Howard 2015-11-21 22:20:28 +00:00
parent 73591633ba
commit 90b46478f8
2 changed files with 9 additions and 14 deletions

View file

@ -35,7 +35,6 @@
}
}
#project-images-types {
background: url(http://catesmechanical.com/images/blueprint-background1.jpg);
background-size: cover;
@ -43,7 +42,6 @@
text-align: center;
margin-top: 27px;
margin-bottom: 35px;
font-size: 16px;
h1 {
margin-top: 0;
margin-bottom: 30px;
@ -55,14 +53,16 @@
}
}
}
#twitter-feed {
height: 75vh;
text-align: center;
.container {
margin-top: 30px;
}
.twitter-icon {
& > div{
height: 200px;
width: 200px;
}
text-align: center;
font-size: 150px;
}
}
}

View file

@ -23,18 +23,13 @@
<div class="container-fluid" id="twitter-feed">
<div class="container">
<div class="row">
<div class="col-sm-6 feed">
<div class="col-sm-6 col-xs-12 feed">
<p>Twitter feed goes here</p>
</div>
<div class="col-sm-6 twitter-icon">
<div class="hidden-xs">
<h1>
<i class="icon ion-social-twitter"></i>
</h1>
</div>
<div class="col-sm-6 twitter-icon hidden-xs">
<i class="icon ion-social-twitter"></i>
</div>
</div>
</div>
</div>
{% endblock %}
;