grille layout grid inner
This commit is contained in:
@@ -294,14 +294,17 @@
|
||||
flex-wrap: wrap;
|
||||
width: 100%;
|
||||
.grid-layout{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
|
||||
gap: 2rem;
|
||||
|
||||
// display: grid;
|
||||
// grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
|
||||
// gap: 2rem;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
.views-row {
|
||||
// background: #fff;
|
||||
// border: 1px solid #ccc;
|
||||
padding: 1rem;
|
||||
width: 30%;
|
||||
}
|
||||
}
|
||||
.grid-layout-inner{
|
||||
|
||||
Reference in New Issue
Block a user