added y padding to card holder row

This commit is contained in:
StevanFreeborn
2022-06-25 14:26:32 -05:00
parent ac03ca3502
commit c8d3d9929d
+1 -1
View File
@@ -6,7 +6,7 @@ export default function CardHolder(props) {
return( return(
<Container fluid className="bg-dark"> <Container fluid className="bg-dark">
<Row className="d-flex flex-row justify-content-center align-items-center"> <Row className="d-flex flex-row justify-content-center align-items-center py-3">
{props.children} {props.children}
</Row> </Row>
</Container> </Container>