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