Migrate to Bootstrap 5

This commit is contained in:
BernatBC 2024-04-01 19:15:15 +02:00
parent a69388d9b8
commit fa1c65ff0d
18 changed files with 61 additions and 54 deletions

View file

@ -1,3 +1,3 @@
<div class="col-1 col-lg-2 text-center vertical-line d-inline-flex justify-content-center">
<div class="circle font-weight-bold">{{ add . 1 }}</div>
<div class="circle fw-bold">{{ add . 1 }}</div>
</div>