Removing margin from preview template

This commit is contained in:
reverend 2021-03-10 02:59:39 +01:00
parent b274e20b42
commit 62f06d0005
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
</style> </style>
</head> </head>
<body> <body>
<div id="wrapper" class="RV-Spacing__Outer--large"> <div id="wrapper" class="">
{{{ yield }}} {{{ yield }}}
</div> </div>
</body> </body>