편집 요약 없음 |
편집 요약 없음 |
||
| 3번째 줄: | 3번째 줄: | ||
<style> | <style> | ||
/* 모바일 */ | /* 모바일 */ | ||
@media screen and (max-width: | @media screen and (max-width: 769px) { .recommend { height: 150px !important; } } | ||
</style> | </style> | ||
</html> | </html> | ||
| 12번째 줄: | 12번째 줄: | ||
<style> | <style> | ||
/* 모바일 */ | /* 모바일 */ | ||
@media screen and (max-width: | @media screen and (max-width: 376px) { .hot { padding-bottom: 125.8% !important; } } | ||
@media screen and (min-width: 377px) and (max-width: 414px) { .hot { padding-bottom: 124.3% !important; } } | |||
@media screen and (min-width: 415px) and (max-width: 499px) { .hot { padding-bottom: 123.2% !important; } } | |||
@media screen and (min-width: 500px) and (max-width: 549px) { .hot { padding-bottom: 122.5% !important; } } | |||
@media screen and (min-width: 550px) and (max-width: 595px) { .hot { padding-bottom: 121.8% !important; } } | |||
@media screen and (min-width: 596px) and (max-width: 769px) { .hot { padding-bottom: 120% !important; } } | |||
</style> | </style> | ||
</html> | </html> | ||