Skip to content

Commit a9c146c

Browse files
author
Malte Kiefer
committed
fix python script
1 parent 6e49746 commit a9c146c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/views/Team.vue

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -182,31 +182,31 @@ export default {
182182
}
183183
184184
.team-card {
185-
min-width: 400px;
186-
max-width: 400px;
185+
min-width: 300px;
186+
max-width: 300px;
187187
margin-bottom: 0.5em;
188188
}
189189
}
190190
191191
.team-card {
192-
min-width: 400px;
193-
max-width: 400px;
192+
min-width: 300px;
193+
max-width: 300px;
194194
}
195195
196196
.team .p-card-footer {
197197
text-align: center;
198198
}
199199
200200
.team .p-card-title {
201-
min-height: 56px !important;
201+
min-height: 60px !important;
202202
}
203203
204204
.team .p-card-content {
205-
min-height: 121px !important;
205+
min-height: 130px !important;
206206
}
207207
208208
.team .p-card-header img {
209-
width: 400px;
210-
max-width: 400px;
209+
width: 300px;
210+
max-width: 300px;
211211
}
212212
</style>

0 commit comments

Comments
 (0)