website: fix homepage grammar issue

This commit is contained in:
Yangshun
2022-03-20 15:07:16 +08:00
parent c160df7abe
commit 7ae0250bf3
2 changed files with 3 additions and 4 deletions

View File

@ -176,8 +176,7 @@ html[data-theme='dark'] .navbar-icon-telegram:before {
background-color: hsl(0, 0%, 98%); background-color: hsl(0, 0%, 98%);
box-shadow: 0 1px 4px 1px hsla(0, 0%, 0%, 0.1); box-shadow: 0 1px 4px 1px hsla(0, 0%, 0%, 0.1);
z-index: 100; z-index: 100;
margin-bottom: 1rem; margin: 1rem auto;
margin-top: 1rem;
} }
html[data-theme='dark'] #carbonads { html[data-theme='dark'] #carbonads {
background-color: hsl(0, 0%, 15%); background-color: hsl(0, 0%, 15%);

View File

@ -139,9 +139,9 @@ function HeroSection() {
<h1 className="hero__title">{siteConfig.title}</h1> <h1 className="hero__title">{siteConfig.title}</h1>
<p className="hero__subtitle"> <p className="hero__subtitle">
{siteConfig.tagline} <br /> {siteConfig.tagline} <br />
Brought to by the author of the{' '} Brought to you by the author of{' '}
<a href={BLIND_75_URL} rel="noopener" target="_blank"> <a href={BLIND_75_URL} rel="noopener" target="_blank">
Blind 75 list Blind 75
</a> </a>
</p> </p>
<div className={styles.buttons}> <div className={styles.buttons}>