All checks were successful
Build And Push Dev Docker Image / docker (push) Successful in 1m23s
8 lines
189 B
CSS
8 lines
189 B
CSS
.prospect-grid {
|
|
display: grid;
|
|
gap: 1rem;
|
|
width: 100%;
|
|
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
|
|
justify-content: center;
|
|
align-items: stretch;
|
|
} |