added y padding to card holder row
This commit is contained in:
@@ -6,7 +6,7 @@ export default function CardHolder(props) {
|
||||
|
||||
return(
|
||||
<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}
|
||||
</Row>
|
||||
</Container>
|
||||
|
||||
Reference in New Issue
Block a user