Main Page.css: Difference between revisions
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 456: | Line 456: | ||
display: inline-block; | display: inline-block; | ||
margin-left: 10px; | margin-left: 10px; | ||
} | |||
@media screen and (max-width: 720px) { | |||
.crw-hero { | |||
padding: 32px 20px; | |||
} | |||
.crw-hero-title { | |||
font-size: 24px; | |||
} | |||
.crw-hero-sub { | |||
font-size: 15px; | |||
} | |||
.crw-hero-stat { | |||
padding: 0 14px; | |||
} | |||
.crw-hero-stat-num { | |||
font-size: 22px; | |||
} | |||
.crw-how-strip-table, | |||
.crw-how-strip-table tr, | |||
.crw-how-strip-table td { | |||
display: block !important; | |||
width: 100% !important; | |||
padding: 0 0 8px 0 !important; | |||
} | |||
.crw-main-grid, | |||
.crw-main-grid tr, | |||
.crw-main-grid td { | |||
display: block !important; | |||
width: 100% !important; | |||
padding: 0 !important; | |||
} | |||
.crw-article-grid, | |||
.crw-article-grid tr, | |||
.crw-article-grid td { | |||
display: block !important; | |||
width: 100% !important; | |||
padding: 0 0 12px 0 !important; | |||
} | |||
.crw-article-card { | |||
display: block !important; | |||
width: 100% !important; | |||
margin-bottom: 12px; | |||
} | |||
.crw-cta-bar { | |||
padding: 20px 16px; | |||
} | |||
.crw-cta-text { | |||
display: block; | |||
max-width: 100%; | |||
margin-bottom: 16px; | |||
} | |||
.crw-cta-actions { | |||
display: block; | |||
float: none; | |||
margin: 0; | |||
} | |||
.crw-cta-actions a { | |||
display: inline-block; | |||
margin: 4px 6px 4px 0; | |||
} | |||
} | } | ||