Browse Source

Add margins on editor page main content

master
buttercat1791 1 year ago
parent
commit
3e3c1ed0d0
  1. 2
      src/routes/new/edit/+page.svelte

2
src/routes/new/edit/+page.svelte

@ -23,7 +23,7 @@ @@ -23,7 +23,7 @@
</script>
<div class='w-full flex justify-center'>
<main class='main-leather flex flex-col space-y-4 max-w-2xl w-full'>
<main class='main-leather flex flex-col space-y-4 max-w-2xl w-full mt-4 mb-4'>
<Heading tag='h1' class='h-leather mb-2'>New Article</Heading>
{#if isEditing}
<form>

Loading…
Cancel
Save