aboutsummaryrefslogtreecommitdiff
path: root/pages/index.tsx
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-04-19 09:51:38 +0200
committerlonkaars <l.leblansch@gmail.com>2021-04-19 09:51:38 +0200
commit08ba9024f532554fe2135d2596f1169828b01e5f (patch)
tree3ec940a1fce58777449774a11942ccb6dffb24a8 /pages/index.tsx
parent5e664e0694a09cfb7b952dd4bd123cf921950ba0 (diff)
login/register pages done + fullwidth css class edited
Diffstat (limited to 'pages/index.tsx')
-rw-r--r--pages/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/index.tsx b/pages/index.tsx
index 31aee57..873cf8b 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -117,7 +117,7 @@ export default function HomePage() {
&& <Vierkant className='fullwidth pad-l'>
<RecentGames games={gameInfo?.games} />
</Vierkant>}
- <Vierkant className='fullwidth pad-l'>
+ <Vierkant className='w100m2m pad-l'>
<h2>Nieuws ofzo</h2>
<p style={{ margin: '6px 0' }}>Chess.com heeft heel veel troep waar niemand naar kijkt</p>
</Vierkant>