Fix styles

This commit is contained in:
CHIEFSOFT\ameye
2025-09-16 09:25:22 -04:00
parent 79729f0475
commit 80103dff3a
14 changed files with 200 additions and 232 deletions
+17 -19
View File
@@ -1,25 +1,23 @@
<?php $this->extend('layouts/master') ?>
<?php $this->section('content') ?>
<div id="breadcrumbs">
<a title="Home" href="#">Home </a> Alcohol Addiction
</div><!--/ breadcrumbs-->
<div class="gray-holder">
<div id="breadcrumbs">
<a title="Home" href="#">Home »</a> Alcohol Addiction
</div><!--/ breadcrumbs-->
<div class="gray-holder">
<h1>Alcohol Addiction</h1>
<p>
<h1>Alcohol Addiction</h1>
<p>
Alcoholic addition is a serious problem that affects the entire family. If your loved one is an alcoholic it is
better to seek treatment as soon as possible before it is too late. It is believed that depression can lead to
alcoholic addiction and drug abuse for many people. Alcohol can impair judgment and ability to reason well and
other illness can follow.
</p>
<p>
In I Care Mental Health (ICMH), we believe that seeking help early will be an appropriate thing to do, and save
your life.
</p>
Alcoholic addition is a serious problem that affects the entire family. If your loved one is an alcoholic it is better to seek treatment as soon as possible before it is too late. It is believed that depression can lead to alcoholic addiction and drug abuse for many people. Alcohol can impair judgment and ability to reason well and other illness can follow.
<p>
In I Care Mental Health (ICMH), we believe that seeking help early will be an appropriate thing to do, and save your life.
</p>
<div class="clear"></div>
</div><!--/ gray-holder-->
<div class="clear"></div>
</div>
<?= $this->endSection() ?>