mirror of https://gitlab.com/bashrc2/epicyon
Column widths
parent
66b2d3b364
commit
b585aebc3a
|
@ -587,7 +587,7 @@ div.gallery img {
|
||||||
}
|
}
|
||||||
.galleryContainer {
|
.galleryContainer {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: auto auto;
|
grid-template-columns: 50% 50%;
|
||||||
grid-column-gap: 5px;
|
grid-column-gap: 5px;
|
||||||
background-color: var(--main-bg-color);
|
background-color: var(--main-bg-color);
|
||||||
}
|
}
|
||||||
|
@ -894,7 +894,7 @@ div.gallery img {
|
||||||
@media screen and (min-width: 2200px) {
|
@media screen and (min-width: 2200px) {
|
||||||
.galleryContainer {
|
.galleryContainer {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: auto auto auto;
|
grid-template-columns: 33% 33% 33%;
|
||||||
grid-column-gap: 5px;
|
grid-column-gap: 5px;
|
||||||
background-color: var(--main-bg-color);
|
background-color: var(--main-bg-color);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue