added api connect, refactor styles

This commit is contained in:
Kostya
2024-04-06 16:52:12 +03:00
parent d8977ae282
commit 2f424a8e4e
3 changed files with 62 additions and 24 deletions

View File

@@ -1,6 +1,5 @@
.jackpot-history__content {
display: flex;
flex-wrap: wrap;
max-width: 80%;
max-height: 800px;
overflow-y: auto;
@@ -8,6 +7,9 @@
}
.jackpot-history__element {
display: flex;
flex-direction: column;
flex-wrap: wrap;
margin: 15px;
}