@npm_leadtech/legal-lib-components 7.44.3 → 7.44.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -190,7 +190,7 @@ export const SubtypeDocumentCardStyled = styled.div `
|
|
|
190
190
|
align-items: center;
|
|
191
191
|
flex-direction: column;
|
|
192
192
|
width: 100%;
|
|
193
|
-
max-width:
|
|
193
|
+
max-width: 223px;
|
|
194
194
|
.image-container {
|
|
195
195
|
width: 60%;
|
|
196
196
|
}
|
|
@@ -246,6 +246,7 @@ export const SubtypeDocumentCardStyled = styled.div `
|
|
|
246
246
|
align-self: flex-start;
|
|
247
247
|
gap: 0.2rem;
|
|
248
248
|
align-items: center;
|
|
249
|
+
justify-content: center;
|
|
249
250
|
}
|
|
250
251
|
|
|
251
252
|
.downloadable-buttons {
|
|
@@ -200,7 +200,7 @@ export const SubtypeDocumentCardStyled = styled.div<SubtypeDocumentCardStyledPro
|
|
|
200
200
|
align-items: center;
|
|
201
201
|
flex-direction: column;
|
|
202
202
|
width: 100%;
|
|
203
|
-
max-width:
|
|
203
|
+
max-width: 223px;
|
|
204
204
|
.image-container {
|
|
205
205
|
width: 60%;
|
|
206
206
|
}
|
|
@@ -256,6 +256,7 @@ export const SubtypeDocumentCardStyled = styled.div<SubtypeDocumentCardStyledPro
|
|
|
256
256
|
align-self: flex-start;
|
|
257
257
|
gap: 0.2rem;
|
|
258
258
|
align-items: center;
|
|
259
|
+
justify-content: center;
|
|
259
260
|
}
|
|
260
261
|
|
|
261
262
|
.downloadable-buttons {
|