mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
center buttons, white bg for sourcecred (#100)
This commit is contained in:
@@ -4,6 +4,4 @@ title: 📊 Leaderboard
|
||||
|
||||
[See the full leaderboard here](https://metafam.github.io/TheSource/timeline/@metagame/)
|
||||
|
||||
<div class="iframe-container">
|
||||
<iframe width="1024" height="2000" src="https://metafam.github.io/TheSource/timeline/@metagame/" frameborder="0" scrolling="yes" allowfullscreen></iframe>
|
||||
</div>
|
||||
<iframe width="1024" height="720" src="https://metafam.github.io/TheSource/timeline/@metagame/" frameborder="0" scrolling="yes" allowfullscreen style={{background: 'white'}}></iframe>
|
||||
|
||||
@@ -39,14 +39,16 @@ function Feature({ imageUrl, title, description, linkText, linkTo }) {
|
||||
<img className={styles.featureImage} src={imgUrl} alt={title} />
|
||||
</div>
|
||||
)}
|
||||
<h3>{title}</h3>
|
||||
<p>{description}</p>
|
||||
<Link
|
||||
className="button button--primary button--outline"
|
||||
to={useBaseUrl(linkTo)}
|
||||
>
|
||||
{linkText}
|
||||
</Link>
|
||||
<div className="text--center">
|
||||
<h3>{title}</h3>
|
||||
<p>{description}</p>
|
||||
<Link
|
||||
className="button button--primary button--outline"
|
||||
to={useBaseUrl(linkTo)}
|
||||
>
|
||||
{linkText}
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user