Fixed layout for focusbusiness
This commit is contained in:
parent
5d9d4f8d71
commit
113597f9eb
@ -5,7 +5,6 @@
|
|||||||
#header h1 {
|
#header h1 {
|
||||||
width: 500px;
|
width: 500px;
|
||||||
height: 70px;
|
height: 70px;
|
||||||
background-size: 40% 70%;
|
|
||||||
|
|
||||||
line-height: 120px;
|
line-height: 120px;
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
@ -38,3 +37,8 @@
|
|||||||
#wrapper {
|
#wrapper {
|
||||||
width: 980px;
|
width: 980px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container {
|
||||||
|
padding-left: 0px;
|
||||||
|
padding-right: 0px;
|
||||||
|
}
|
||||||
|
@ -1,15 +1,33 @@
|
|||||||
.about-container .about-item {
|
.about-container .about-item {
|
||||||
|
font-size: 14px;
|
||||||
padding-right: 2em;
|
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 {
|
.about-container .choose-item h3 i {
|
||||||
margin-right: .4em;
|
margin-right: .4em;
|
||||||
|
|
||||||
color: #F90;
|
color: #F90;
|
||||||
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-container .choose-item h3 {
|
.about-container .choose-item h3 {
|
||||||
margin-bottom: 0;
|
margin-bottom: .4em;
|
||||||
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user