Skip to content

Commit

Permalink
style: add margin to fix overlapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Gayatri-Chaudhary committed Feb 14, 2025
1 parent de7fa8a commit c407792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@ <h4 style="font-family: var(--ff-philosopher);color: hsl(203, 30%, 26%);">Follow
</div>
</div>
</footer>
<button onclick="window.print()" style="font-family:Georgia; font-size:medium; line-height: inherit;border-radius:5px ;background-color: #f9e2c4;padding:5px 5px;">Print this page</button>
<button onclick="window.print()" style="font-family:Georgia; font-size:medium; line-height: inherit;border-radius:5px ;background-color: #f9e2c4; padding:5px 5px; margin-left: 25px; margin-bottom: 28px;">Print this page</button>
</div>

<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
Expand Down

0 comments on commit c407792

Please sign in to comment.