yikes.
This commit is contained in:
parent
2107d37b8e
commit
9b3ee8bc47
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
Loading…
Reference in a new issue