Add margin-bottom utility class and modify table column in Table_36.vue

This commit is contained in:
kur0nek-o
2024-02-29 13:26:37 +07:00
parent edd64b1ba5
commit 2ceb6b7ba6
2 changed files with 64 additions and 27 deletions

View File

@ -1373,6 +1373,10 @@ body {
margin-top: 1.5rem;
}
.mb-5 {
margin-bottom: 1.25rem;
}
.mb-10 {
margin-bottom: 2.5rem;
}