diff --git a/media/theme/focusbusiness/css/custom.css b/media/theme/focusbusiness/css/custom.css index 9aee62c..61e4d28 100644 --- a/media/theme/focusbusiness/css/custom.css +++ b/media/theme/focusbusiness/css/custom.css @@ -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; +} diff --git a/media/theme/focusbusiness/css/pages/welcome.css b/media/theme/focusbusiness/css/pages/welcome.css index 0bf07c2..4edf3c4 100644 --- a/media/theme/focusbusiness/css/pages/welcome.css +++ b/media/theme/focusbusiness/css/pages/welcome.css @@ -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; -} \ No newline at end of file +}