/*
 * no-responsive.css
 * Hope of Heroes — Artisteer template is a fixed 920 px desktop layout.
 * We intentionally disable browser responsive scaling so the site renders
 * the same way as the original Joomla site (zoomed-out on narrow screens
 * rather than reflowed).
 */

/* Prevent the body from ever collapsing below the sheet width */
body {
    min-width: 920px;
}
