Changed icon in contact section and fixed layout
This commit is contained in:
parent
b3844ce685
commit
a982450ed2
@ -181,8 +181,19 @@ p.lead {
|
|||||||
|
|
||||||
p.contacttext {
|
p.contacttext {
|
||||||
font: 19px/36px 'opensans-light', sans-serif;
|
font: 19px/36px 'opensans-light', sans-serif;
|
||||||
margin-top: 4px;
|
color: #ebeeee;
|
||||||
margin-left: 10px;
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: 889px) {
|
||||||
|
p.contacttext{
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: 756px) {
|
||||||
|
p.contacttext{
|
||||||
|
margin-left: -15px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -899,10 +899,10 @@ call-to-action .button {
|
|||||||
#contact h1 span { display: none; }
|
#contact h1 span { display: none; }
|
||||||
#contact h1:before {
|
#contact h1:before {
|
||||||
font-family: 'FontAwesome';
|
font-family: 'FontAwesome';
|
||||||
content: "\f0e0";
|
content: "\f2bb";
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
font-size: 72px;
|
font-size: 90px;
|
||||||
line-height: 72px;
|
line-height: 90px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
float: left;
|
float: left;
|
||||||
color: #ebeeee;
|
color: #ebeeee;
|
||||||
|
@ -501,11 +501,11 @@
|
|||||||
================================================== -->
|
================================================== -->
|
||||||
<section id="contact">
|
<section id="contact">
|
||||||
<div class="row section-head">
|
<div class="row section-head">
|
||||||
<div class="one columns header-col">
|
<div class="two columns header-col">
|
||||||
<h1></h1>
|
<h1></h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="eleven columns">
|
<div class="ten columns">
|
||||||
<p class="contacttext">Do you have any further questions? Don't hesitate to reach out to me! You can either use the contact form or the contact details below.
|
<p class="contacttext">Do you have any further questions? Don't hesitate to reach out to me! You can either use the contact form or the contact details below.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user