chore(friends.astro):
Doube size of my own button to keep styling consistent
This commit is contained in:
parent
ebc6168caa
commit
9319d53bc9
2 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,6 @@ const { name, image, target } = Astro.props;
|
|||
width: 176px;
|
||||
min-height: 31px;
|
||||
height: 62px;
|
||||
scale: initial;
|
||||
padding: 4px;
|
||||
}
|
||||
</style>
|
|
@ -100,6 +100,7 @@ const pageTitle = "Aria's friends";
|
|||
<img
|
||||
alt="Aria"
|
||||
src="https://aria.coffee/static/img/buttons/aria.gif"
|
||||
style="min-width: 88px; width: 176px; min-height: 31px; height: 62px; image-rendering: pixelated;"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue