fix button collider

This commit is contained in:
Sveske_Juice 2024-02-24 00:17:11 +01:00
parent 5be1a80ff4
commit 7734fb45f5
2 changed files with 13 additions and 14 deletions

View file

@ -39,10 +39,8 @@
<footer id="news-footer">
<div class="dummy"/>
<div id="more-posts">
<Button type={ButtonType.Primary}>
<a slot="content" href="/post">
<span>More News</span>
</a>
<Button href="/post" type={ButtonType.Primary}>
<span slot="content">More News</span>
</Button>
</div>
</footer>
@ -98,10 +96,6 @@
min-width: 10em;
}
a {
white-space: nowrap;
}
.main-title {
color: var(--text1);
margin: 0 auto;