890
pakeitimų
Nėra keitimo santraukos |
Nėra keitimo santraukos |
||
| 930 eilutė: | 930 eilutė: | ||
clear: both; | clear: both; | ||
} | } | ||
} | |||
@media only screen and (max-width: 720px) { | |||
.mainpage-trailblazer .tile-row { | |||
grid-template-columns: none; | |||
} | |||
.mainpage-trailblazer .tile-row .tile-top { | |||
height: 20vw; | |||
min-height: 9em; | |||
} | |||
} | |||
@media only screen and (max-width: 1200px) { | |||
.mainpage-contents { | |||
grid-template-columns: repeat(3, 1fr); | |||
} | |||
} | |||
@media only screen and (max-width: 1000px) { | |||
.mainpage-body { | |||
grid-template-areas: "event event event" "update update update" "content content content" "left left left" "right right right"; | |||
} | |||
.mainpage-recent-updates { | |||
grid-template-columns: repeat(2, 1fr); | |||
} | |||
.mainpage-recent-updates .tile-halves:last-child { | |||
display: none; | |||
} | |||
.mainpage-recent-updates .tile-halves:hover .tile-top img { | |||
transform: scale(1.04); | |||
} | |||
.mainpage-recent-updates .tile-top { | |||
height: 18vw; | |||
min-height: 9em; | |||
} | |||
.mainpage-header .header-stats { | |||
display: none; | |||
} | |||
.mainpage-left > *:last-child, | |||
.mainpage-right > *:last-child { | |||
margin-bottom: 0; | |||
} | |||
.popular-pages ul { | |||
grid-template-columns: repeat(2, 1fr); | |||
} | |||
} | |||
@media only screen and (max-width: 720px) { | |||
.mainpage-recent-updates { | |||
grid-template-columns: none; | |||
} | |||
.mainpage-recent-updates .tile-halves:last-child { | |||
display: flex; | |||
} | |||
.mainpage-contents { | |||
grid-template-columns: repeat(2, 1fr); | |||
} | |||
} | } | ||