Skip to content

Commit

Permalink
Fix paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
georapbox committed Oct 21, 2024
1 parent d873f86 commit 24ba170
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h1 class="page-title">Meme Generator</h1>

<div class="container">
<div class="row mx-0 mb-5 bg-body rounded border shadow">
<div class="meme-column col-lg-8 col-md-7 py-4">
<div class="meme-column col-lg-8 col-md-7 py-3">
<files-dropzone class="dropzone">
<canvas id="canvas" class="canvas border shadow-sm" hidden></canvas>

Expand All @@ -65,11 +65,11 @@ <h1 class="page-title">Meme Generator</h1>
</files-dropzone>
</div>

<div class="col-lg-4 col-md-5 pt-0 pt-md-4 pb-4">
<div class="col-lg-4 col-md-5 pt-0 pt-md-3 pb-3">
<details class="mb-4" open>
<summary><strong>Image selection options</strong></summary>

<div class="bg-body-tertiary py-4 px-3 border shadow-sm rounded">
<div class="bg-body-tertiary py-3 px-2 border shadow-sm rounded">
<div class="mb-3">
<label for="imageUploadMethodSelect" class="visually-hidden">Image selection method</label>

Expand Down

0 comments on commit 24ba170

Please sign in to comment.