This commit is contained in:
nelle 2025-01-03 21:21:44 -07:00
parent 2107d37b8e
commit 9b3ee8bc47

View file

@ -7,16 +7,16 @@ 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>friendly buttons</p> <p style="">friendly buttons</p>
<hr style="width: 0; margin-left: 10px; margin-right: 10px;"> <hr style="width: 0; margin-left: 130px; margin-right: 130px; transform: translateX(-17px);">
<p style="margin-right: 34px;">other buttons</p> <p style="">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 />
<hr style="width: 0; height: 300px; margin-left: 10px; margin-right: 10px;"> <hr style="width: 0; height: 300px; margin-left: 80px; margin-right: 80px;">
<OtherButtons /> <OtherButtons />
</div> </div>