<!DOCTYPE html >
<html lang="{$config->lcMessages|substr:0:2}">
<head>
- <meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="Shortcut Icon" type="image/x-icon" href="{$config->resourceBase}i/widget/favicon.png" />
{/if}
<title>{if isset($docTitle)}{$docTitle}{else}CiviCRM{/if}</title>
+
+ <style>
+ {literal}
+ body { margin:0; padding:0; }
+ body>.crm-container { padding: 1rem; }
+ {/literal}
+ </style>
</head>
<body>
{if $config->debug}