fix button collider
This commit is contained in:
parent
5be1a80ff4
commit
7734fb45f5
2 changed files with 13 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue