surely nobody but me will notice the one pixel difference

This commit is contained in:
nelle 2025-01-03 20:58:43 -07:00
parent 741f9382ea
commit 1a6f49e977

View file

@ -7,8 +7,11 @@ import OtherButtons from "./other-buttons.astro"
<MyButtons /> <MyButtons />
<hr> <hr>
<div style="display: flex; flex-wrap: nowrap; justify-content: center;"> <div style="display: flex; flex-wrap: nowrap; justify-content: center;">
<p>other buttons</p>
<p>friendly buttons</p> <p>friendly buttons</p>
<hr style="width: 0; margin-left: 10px; margin-right: 10px;">
<p style="margin-right: 34px;">other buttons</p>
</div> </div>
<div style="display: flex; flex-wrap: nowrap; justify-content: center;"> <div style="display: flex; flex-wrap: nowrap; justify-content: center;">
<FriendlyButtons /> <FriendlyButtons />