grid responsive
This commit is contained in:
@@ -49,21 +49,19 @@ export default {
|
|||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.cards-grid {
|
.cards-grid {
|
||||||
display: flex;
|
display: grid;
|
||||||
justify-content: center;
|
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
|
||||||
align-items: flex-start;
|
gap: 1.5rem;
|
||||||
align-content: flex-start;
|
align-items: center;
|
||||||
gap: 32px var(--spacing-p-8, 32px);
|
justify-items: center;
|
||||||
align-self: stretch;
|
margin-top: 2rem;
|
||||||
flex-wrap: wrap;
|
}
|
||||||
margin-top: 2rem;
|
.c-pagination {
|
||||||
}
|
display: flex;
|
||||||
.c-pagination {
|
flex-direction: row;
|
||||||
display: flex;
|
align-items: center;
|
||||||
flex-direction: row;
|
justify-content: center;
|
||||||
align-items: center;
|
width: 100%;
|
||||||
justify-content: center;
|
margin-top: 4rem;
|
||||||
width: 100%;
|
}
|
||||||
margin-top: 4rem;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user