Skip to main content

Nano Open Roll: Spec Sheet

Comments

0 comments

Please sign in to leave a comment.

/* — Apply only on article pages — */ body.template-article_page { margin: 0; padding: 40px 20px; background: linear-gradient(135deg, #3A86FF 0%, #24CA47 40%, #FF1A4A 100%); min-height: 100vh; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; } /* Turn your existing container into the white “page” */ body.template-article_page .container { background: #fff; max-width: 1200px; margin: 0 auto 40px; padding: 40px; border-radius: 10px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3); box-sizing: border-box; } /* Kill any inner boxes so headings, paragraphs, lists, etc. sit flush */ body.template-article_page .container > * { background: transparent !important; box-shadow: none !important; border-radius: 0 !important; margin: 20px 0 !important; padding: 0 !important; } /* Make media fluid */ body.template-article_page .container img, body.template-article_page .container iframe { width: 100% !important; max-width: 100% !important; height: auto !important; display: block !important; } /* Mobile tweaks */ @media (max-width: 768px) { body.template-article_page { padding: 20px 10px; } body.template-article_page .container { padding: 20px; margin: 0 auto 20px; } body.template-article_page .sub-nav { display: flex; flex-direction: column; align-items: flex-start; } body.template-article_page .search-container { margin-top: 12px; } body.template-article_page .article-sidebar { display: none; } }
Powered by Zendesk