From a721fae2410afda813f9b54e68025ea19e66ebb0 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Thu, 7 Apr 2016 12:09:03 -0400 Subject: [PATCH] made style and layout change for services --- css/app.css | 8 ++++++++ front-page.php | 24 ++++++++++++++++++------ scss/_main.scss | 11 +++++++++++ 3 files changed, 37 insertions(+), 6 deletions(-) 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; -- 2.17.1