diff --git a/app/Views/home.php b/app/Views/home.php index c64a362..1bd5346 100644 --- a/app/Views/home.php +++ b/app/Views/home.php @@ -29,9 +29,17 @@
Services We Offer
-

- • Alcohol and addiction therapy • Marital problem counseling • Group and individual counseling • Psycho-education about prevention • Depression and anxiety therapy.more.... -

+ + +
+
    +
  1. Alcohol and addiction therapy
  2. +
  3. Marital problem counseling
  4. +
  5. Group and individual counseling
  6. +
  7. Psycho-education about prevention
  8. +
  9. Depression and anxiety therapy.more....
  10. +
+
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 414e56b..0856fab 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -167,6 +167,14 @@ p { font-size: 16px; text-align: justify; } + +.list_text { + margin:0 0 1.5em 0; + padding: 0; + line-height:1.5em; + font-size: 16px; +} + .testim{ text-align: left; }