mirror of https://gitlab.com/bashrc2/epicyon
For wide screens use a 3 column media timeline
parent
5c9cff5056
commit
fca30da591
|
@ -891,6 +891,15 @@ div.gallery img {
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1500px) {
|
||||
.galleryContainer {
|
||||
display: grid;
|
||||
grid-template-columns: auto auto auto;
|
||||
grid-column-gap: 5px;
|
||||
background-color: var(--main-bg-color);
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1000px) {
|
||||
body, html {
|
||||
font-size: var(--font-size3);
|
||||
|
|
Loading…
Reference in New Issue