different prefetch

This commit is contained in:
2026-02-06 10:51:36 +01:00
committed by Florian Greistorfer
parent 104f0c18e9
commit ce6b5ebb39
3 changed files with 22 additions and 15 deletions

View File

@@ -353,6 +353,13 @@ input {
left: calc(50% + 1em - 1px);
}
.imgprefetch {
position: absolute;
width: 0;
height: 0;
overflow: hidden;
}
@media screen and (max-width: 1000px) {
.column {
-ms-flex: 25%;