Changed icon in contact section and fixed layout
This commit is contained in:
@@ -181,8 +181,19 @@ p.lead {
|
||||
|
||||
p.contacttext {
|
||||
font: 19px/36px 'opensans-light', sans-serif;
|
||||
margin-top: 4px;
|
||||
margin-left: 10px;
|
||||
color: #ebeeee;
|
||||
}
|
||||
|
||||
@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:before {
|
||||
font-family: 'FontAwesome';
|
||||
content: "\f0e0";
|
||||
content: "\f2bb";
|
||||
padding-right: 10px;
|
||||
font-size: 72px;
|
||||
line-height: 72px;
|
||||
font-size: 90px;
|
||||
line-height: 90px;
|
||||
text-align: left;
|
||||
float: left;
|
||||
color: #ebeeee;
|
||||
|
Reference in New Issue
Block a user