Halvfjerde (토론 | 기여) 편집 요약 없음 |
Halvfjerde (토론 | 기여) 편집 요약 없음 |
||
4번째 줄: | 4번째 줄: | ||
@media screen and (max-width: 1024px) { | @media screen and (max-width: 1024px) { | ||
.nationalroutetemplate { | .nationalroutetemplate { | ||
margin-top: calc( | margin-top: calc(-{{{2}}}px * 0.18) !important; | ||
} | } | ||
} | } | ||
@media screen and (min-width: 1024px) { | @media screen and (min-width: 1024px) { | ||
.nationalroutetemplate { | .nationalroutetemplate { | ||
margin-top: calc( | margin-top: calc(-{{{2}}}px * 0.18) !important; | ||
} | } | ||
}} | }} |