From fc5021195700a451ffdda2fdb703cb5d55de4553 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Tue, 16 Sep 2025 10:13:45 -0400 Subject: [PATCH] Fix styles --- app/Views/home.php | 14 +++++++++++--- public/stylesheets/style.css | 8 ++++++++ 2 files changed, 19 insertions(+), 3 deletions(-) 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; }