change font style
This commit is contained in:
parent
6fa2c52041
commit
390e9081af
|
@ -3,9 +3,9 @@
|
||||||
@section('page_title', 'Fuel Price Schedule')
|
@section('page_title', 'Fuel Price Schedule')
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
<div class="card-header border-0 bg-transparent py-2">
|
<div class="card-header border-0 bg-transparent py-2">
|
||||||
<h5 class="mb-0 fw-bold text-dark" style="font-size: 1.5rem;">Fuel Price Schedule</h5>
|
<h5 class="mb-0 fw-bold text-dark" style="font-size: 1.25rem;font-weight:500">Fuel Price Schedule</h5>
|
||||||
</div>
|
</div>
|
||||||
<div class="row justify-content-center">
|
<div class="row justify-content-center">
|
||||||
<div class="card-body p-3">
|
<div class="card-body p-3">
|
||||||
<form id="fuelPriceScheduleForm">
|
<form id="fuelPriceScheduleForm">
|
||||||
|
|
Loading…
Reference in New Issue