Restyled twitter icon
This commit is contained in:
parent
73591633ba
commit
90b46478f8
2 changed files with 9 additions and 14 deletions
|
@ -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;
|
||||
.twitter-icon {
|
||||
& > div{
|
||||
height: 200px;
|
||||
width: 200px;
|
||||
.container {
|
||||
margin-top: 30px;
|
||||
}
|
||||
.twitter-icon {
|
||||
text-align: center;
|
||||
font-size: 150px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
<div class="col-sm-6 twitter-icon hidden-xs">
|
||||
<i class="icon ion-social-twitter"></i>
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
;
|
Reference in a new issue