LMartinezEXEX commited on
Commit
a31a2b3
·
1 Parent(s): d1c7f42

Resize elements in cards

Browse files
Files changed (1) hide show
  1. style.css +3 -2
style.css CHANGED
@@ -117,14 +117,15 @@ a.button {
117
  justify-content: space-between;
118
  align-items: flex-start;
119
  column-gap: 20px;
 
120
  }
121
 
122
  .card-description-flex-container p:first-child {
123
- flex: 2 1 0;
124
  }
125
 
126
  .card-description-flex-container div:nth-child(2) {
127
- flex: 1 1 0;
128
  }
129
 
130
  .card-description-flex-container > p {
 
117
  justify-content: space-between;
118
  align-items: flex-start;
119
  column-gap: 20px;
120
+ min-width: 100%;
121
  }
122
 
123
  .card-description-flex-container p:first-child {
124
+ flex: 2 1 780px;
125
  }
126
 
127
  .card-description-flex-container div:nth-child(2) {
128
+ flex: 55 1 0;
129
  }
130
 
131
  .card-description-flex-container > p {