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

@ -5,7 +5,6 @@
#header h1 {
width: 500px;
height: 70px;
background-size: 40% 70%;
line-height: 120px;
padding-left: 8px;
@ -38,3 +37,8 @@
#wrapper {
width: 980px;
}
.container {
padding-left: 0px;
padding-right: 0px;
}

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;
}
}