Skip to content

Commit

Permalink
ハイライト前後に空白を入れる
Browse files Browse the repository at this point in the history
  • Loading branch information
batora9 committed Mar 26, 2024
1 parent b1c3379 commit df4320f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ export default function Home() {
<div className={style.contents}>
<h1 className={style.contentTitle}>活動内容</h1>
<p className={style.aboutText}>
Maximumでは
Maximumでは&nbsp;
<span className={clsx(style.span, style.bold)}>
競技プログラミング
</span>
(週2回)と
&nbsp;(週2回)と&nbsp;
<span className={clsx(style.span, style.bold)}>Web研究会</span>
(週1回)の2つの活動を行っています。
&nbsp;(週1回)の2つの活動を行っています。
</p>
<div className={style.imgBox1}>
{/* <img src='/images/hero.png' alt='Hero' className={style.img} /> */}
Expand Down

0 comments on commit df4320f

Please sign in to comment.