Skip to content

Commit

Permalink
Rate us section button ui fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
biswa committed Nov 10, 2024
1 parent ed6839d commit 396f5b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6068,8 +6068,8 @@ <h3>Rate Us</h3>
<textarea id="feedback" placeholder="Enter your feedback..." rows="4" required></textarea>
</div>

<div class="button">
<center><button type="submit">Submit</button></center>
<div class="button" style="width: 50%; display: flex;">
<center><button style="justify-content: center; align-items: center;" type="submit">Submit</button></center>
</div>
</form>
</div>
Expand Down

0 comments on commit 396f5b5

Please sign in to comment.