Fixed layout for focusbusiness

This commit is contained in:
Deon George
2016-05-02 23:48:45 +10:00
parent 5d9d4f8d71
commit 113597f9eb
2 changed files with 25 additions and 3 deletions

View File

@@ -1,15 +1,33 @@
.about-container .about-item {
font-size: 14px;
padding-right: 2em;
}
.about-container .about-item h3 {
margin-bottom: .4em;
font-size: 18px;
}
.about-container .about-item h3 i {
position: relative;
margin-right: .4em;
color: #F90;
font-size: 24px;
}
.about-container .choose-item h3 i {
margin-right: .4em;
color: #F90;
font-size: 15px;
}
.about-container .choose-item h3 {
margin-bottom: 0;
margin-bottom: .4em;
font-size: 14px;
}
@@ -31,4 +49,4 @@
color: #F90;
font-size: 24px;
}
}