From: Ian Weller Date: Thu, 7 Apr 2016 16:09:03 +0000 (-0400) Subject: made style and layout change for services X-Git-Tag: v1.0.0^2~103 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a721fae2410afda813f9b54e68025ea19e66ebb0;p=WP-Themes%2Fgaslightmedia.git made style and layout change for services --- diff --git a/css/app.css b/css/app.css index a8475d5..4f42c76 100644 --- a/css/app.css +++ b/css/app.css @@ -6544,6 +6544,14 @@ main { display: inline-block; margin: 0 auto; } } +#services img { + display: block; + float: none; + margin: 0 auto; } +#services h5 { + display: block; + text-align: center; } + main.page-inside .statements { margin-bottom: 15px; } main.page-inside #content-wrapper #main-content h1 { diff --git a/front-page.php b/front-page.php index 7acae96..e03f374 100644 --- a/front-page.php +++ b/front-page.php @@ -5,12 +5,24 @@
-
    -
  • Web Design & Development

  • -
  • Search Engine Optimization

  • -
  • Web Hosting

  • -
  • Email Service

  • -
+
+
+ +
Web Design & Development
+
+
+ +
Search Engine Optimization
+
+
+ +
Web Hosting
+
+
+ +
Email Service
+
+
diff --git a/scss/_main.scss b/scss/_main.scss index 9c10c7f..26c8a81 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -33,6 +33,17 @@ main { margin: 0 auto; } } +#services { + img { + display: block; + float: none; + margin: 0 auto; + } + h5 { + display: block; + text-align: center; + } +} main.page-inside { .statements { margin-bottom: 15px;