Skip to content

Commit

Permalink
reduce top margin
Browse files Browse the repository at this point in the history
  • Loading branch information
MCarlomagno committed Dec 6, 2024
1 parent d1d243b commit a7da21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/DefenderDeployModal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
id="defender-deploy"
title="Defender Deploy"
src={devMode ? 'http://localhost:5173' : 'https://defender-deploy-wizard.netlify.app/'}
class={`flex-grow border-none mt-12 ${!loaded ? 'hidden' : ''}`}
class={`flex-grow border-none mt-6 ${!loaded ? 'hidden' : ''}`}
on:load={handleLoad}
/>
</div>
Expand Down

0 comments on commit a7da21a

Please sign in to comment.