Spaces:
Running
Running
Commit
·
a31a2b3
1
Parent(s):
d1c7f42
Resize elements in cards
Browse files
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
|
124 |
}
|
125 |
|
126 |
.card-description-flex-container div:nth-child(2) {
|
127 |
-
flex:
|
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 {
|