Забыл заменить

This commit is contained in:
ujijrujijr 2023-11-15 21:50:30 +03:00
parent afd15f9aba
commit cb3f9c8ff0
3 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@
<td colspan="2" class = "align-left">
<p class = "basket_price_of_games"> Итого: 808 руб.</p>
</td>
<td colspan="2" class = "align-right">
<td colspan="2" class = "text-end">
<button class = "basket_buy_button">КУПИТЬ</button>
</td>

View File

@ -36,7 +36,7 @@
</header>
<main class="container-fluid p-2">
<table class="table table-bordered table_of_library">
<table class="table table-borderless table_of_library">
<tbody>
<tr>
<td class = "align-middle p-0 cell1_library">

View File

@ -251,7 +251,7 @@ main > .container-fluid {
width: 20% !important;
}
tfoot {
/* border-color: #2e4150; */
border-color: #2e4150;
}
/* СТРАНИЦА АДМИНА */