Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit d1e4aab0 authored by Woraprat's avatar Woraprat
Browse files

update general select

parent 739a1e7e
No related branches found
No related tags found
No related merge requests found
......@@ -210,7 +210,7 @@ span{
<div class="card-body " style='padding: 20px; margin-left: 5px;'>
<div class="row">
<div class="col-6">
<span style="font-family: Sarabun; font-size: 18px;"><?php echo $d->description ?></span>
<div style="font-family: Sarabun; font-size: 18px; text-align:justify;"><?php echo $d->description ?></div>
</div>
<div class="col-6">
<div class="row">
......@@ -251,7 +251,7 @@ span{
</div>
</div>
<div class="col-6">
<span style="font-family: Sarabun; font-size: 18px;"><?php echo $d->description ?></span>
<span style="font-family: Sarabun; font-size: 18px; text-align:justify;"><?php echo $d->description ?></span>
</div>
</div>
</div>
......@@ -271,7 +271,7 @@ span{
</div>
</div>
<div class="col-12">
<span style="font-family: Sarabun; font-size: 18px;"><?php echo $d->description ?></span>
<span style="font-family: Sarabun; font-size: 18px; text-align:justify;"><?php echo $d->description ?></span>
</div>
</div>
<?php } ?>
......@@ -279,7 +279,7 @@ span{
<div class="card-body" style='padding: 20px; margin-left: 5px; text-align: justify;'>
<div class="row">
<div class="col-12">
<span style="font-family: Sarabun; font-size: 18px;"><?php echo $d->description ?></span>
<span style="font-family: Sarabun; font-size: 18px; text-align:justify;"><?php echo $d->description ?></span>
</div>
<div class="col-6">
<a href="<?php echo base_url().$d->image1 ?>" data-toggle="lightbox" data-gallery="example-gallery">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment