grid push
parent
35b8d6e233
commit
1c8c4a72c5
@ -1,15 +1,18 @@
|
|||||||
.content-grid {
|
.content-grid {
|
||||||
margin: auto;
|
width: 1fr;
|
||||||
color: white;
|
color: white;
|
||||||
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery {
|
.gallery {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
grid-template-columns: repeat(auto-fit, 200px);
|
||||||
grid-column-gap: 0px;
|
grid-column-gap: 0px;
|
||||||
grid-row-gap: 0px;
|
grid-row-gap: 0px;
|
||||||
margin: auto;
|
border: 2px solid #C0AAC0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery img {
|
.gallery img {
|
||||||
height: 200px;}
|
height: 200px;
|
||||||
|
border-radius: 5%;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue