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 {
|
#project-images-types {
|
||||||
background: url(http://catesmechanical.com/images/blueprint-background1.jpg);
|
background: url(http://catesmechanical.com/images/blueprint-background1.jpg);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
@ -43,7 +42,6 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 27px;
|
margin-top: 27px;
|
||||||
margin-bottom: 35px;
|
margin-bottom: 35px;
|
||||||
font-size: 16px;
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
|
@ -55,14 +53,16 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#twitter-feed {
|
#twitter-feed {
|
||||||
height: 75vh;
|
height: 75vh;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
.container {
|
||||||
|
margin-top: 30px;
|
||||||
|
}
|
||||||
.twitter-icon {
|
.twitter-icon {
|
||||||
& > div{
|
text-align: center;
|
||||||
height: 200px;
|
font-size: 150px;
|
||||||
width: 200px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,18 +23,13 @@
|
||||||
<div class="container-fluid" id="twitter-feed">
|
<div class="container-fluid" id="twitter-feed">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-6 feed">
|
<div class="col-sm-6 col-xs-12 feed">
|
||||||
<p>Twitter feed goes here</p>
|
<p>Twitter feed goes here</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-6 twitter-icon">
|
<div class="col-sm-6 twitter-icon hidden-xs">
|
||||||
<div class="hidden-xs">
|
<i class="icon ion-social-twitter"></i>
|
||||||
<h1>
|
|
||||||
<i class="icon ion-social-twitter"></i>
|
|
||||||
</h1>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
;
|
|
Reference in a new issue