Halvfjerde (토론 | 기여) 편집 요약 없음 |
Halvfjerde (토론 | 기여) 편집 요약 없음 |
||
4번째 줄: | 4번째 줄: | ||
@media screen and (max-width: 1024px) { | @media screen and (max-width: 1024px) { | ||
.highwaytemplate { | .highwaytemplate { | ||
margin-top: calc({{#ifexpr:{{{2}}}<30|-11.5px|-12px}} + -{{{2}}}px * 0.43); | margin-top: calc({{#ifexpr:{{{2}}}<30|-11.5px|-12px}} + -{{{2|24}}}px * 0.43); | ||
} | } | ||
} | } | ||
@media screen and (min-width: 1024px) { | @media screen and (min-width: 1024px) { | ||
.highwaytemplate { | .highwaytemplate { | ||
margin-top: calc({{#ifexpr:{{{2}}}<30|-11px|-12px}} + -{{{2}}}px * 0.43); | margin-top: calc({{#ifexpr:{{{2}}}<30|-11px|-12px}} + -{{{2|24}}}px * 0.43); | ||
} | } | ||
} | } | ||
}} | }} |