calculator design fix
This commit is contained in:
parent
4fc8a80a04
commit
56662905a9
|
@ -572,14 +572,14 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-6 mt-md-0 mt-5 col-12">
|
<div class="col-md-7 mt-md-0 mt-5 col-12">
|
||||||
|
|
||||||
<div class="d-flex border border-white py-5 justify-content-center align-items-center"
|
<div class="d-flex border border-white py-5 justify-content-center align-items-center"
|
||||||
style="border-radius: 50px; min-height: 200px;">
|
style="border-radius: 50px; min-height: 200px;">
|
||||||
<div class="col-12 text-remove text-white w-100 text-center fs-4"
|
<div class="col-12 text-remove text-white w-100 text-center fs-4"
|
||||||
style="font-family: Geologica-ExtraLight">Выберите предметы
|
style="font-family: Geologica-ExtraLight">Выберите предметы
|
||||||
</div>
|
</div>
|
||||||
<div class="table-responsive ps-5 " style="width: 90%">
|
<div class="table-responsive p-5 w-100 " style=" max-height: 700px; ">
|
||||||
<table class=" text-white px-5 calcul_rez"
|
<table class=" text-white px-5 calcul_rez"
|
||||||
style="width: 90%; font-family: Geologica-ExtraLight;">
|
style="width: 90%; font-family: Geologica-ExtraLight;">
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue