god its so bad
This commit is contained in:
parent
9b3ee8bc47
commit
6175568096
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@ import OtherButtons from "./other-buttons.astro"
|
|||
<MyButtons />
|
||||
<hr>
|
||||
<div style="display: flex; flex-wrap: nowrap; justify-content: center;">
|
||||
<p style="">friendly buttons</p>
|
||||
<p style="transform: translateX(-10px);">friendly buttons</p>
|
||||
|
||||
<hr style="width: 0; margin-left: 130px; margin-right: 130px; transform: translateX(-17px);">
|
||||
|
||||
<p style="">other buttons</p>
|
||||
<p style="transform: translateX(-5px);">other buttons</p>
|
||||
</div>
|
||||
<div style="display: flex; flex-wrap: nowrap; justify-content: center;">
|
||||
<FriendlyButtons />
|
||||
|
|
Loading…
Reference in a new issue