fix: responsive
This commit is contained in:
parent
6a492840ce
commit
16fb96f6bd
1 changed files with 4 additions and 2 deletions
|
|
@ -159,11 +159,13 @@
|
|||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: space-evenly;
|
||||
gap: 20px;
|
||||
|
||||
.summary-item {
|
||||
// SIZE & SPACING
|
||||
margin: 0px 25px;
|
||||
min-width: 180px;
|
||||
margin: 0px 20px;
|
||||
min-width: 160px;
|
||||
max-width: 300px;
|
||||
height: 62px;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue