Halvfjerde (토론 | 기여) 편집 요약 없음 |
Halvfjerde (토론 | 기여) 편집 요약 없음 |
||
(같은 사용자의 중간 판 4개는 보이지 않습니다) | |||
3번째 줄: | 3번째 줄: | ||
@media screen and (max-width: 1024px) { | @media screen and (max-width: 1024px) { | ||
.highwaytemplate { | .highwaytemplate { | ||
margin-top: calc({{#ifexpr:{{{2}}}<30|-11.5px|- | margin-top: calc({{#ifexpr:{{{2}}}<30|-11.5px|-11px}} + -{{{2}}}px * 0.43) !important; | ||
} | } | ||
} | } | ||
@media screen and (min-width: 1024px) { | @media screen and (min-width: 1024px) { | ||
.highwaytemplate { | .highwaytemplate { | ||
margin-top: calc({{#ifexpr:{{{2}}}<30|-11px|- | margin-top: calc({{#ifexpr:{{{2}}}<30|-11px|-10.5px}} + -{{{2}}}px * 0.43) !important; | ||
} | } | ||
{{)}}}}</includeonly></onlyinclude> | {{)}}}}</includeonly></onlyinclude> |