diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-04-18 11:30:10 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-04-18 11:30:10 +0200 |
commit | 18652c6ff5e10208298bea67ffce6b4ed327c97d (patch) | |
tree | 9c0cca8139007641c9fd9a1cbfcff179953a1054 /pages/index.tsx | |
parent | 59459df904674bc3eaa95f4203113793c7c7fc9a (diff) |
search page without inline css
Diffstat (limited to 'pages/index.tsx')
-rw-r--r-- | pages/index.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/index.tsx b/pages/index.tsx index 3d9da21..b5f4b50 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -107,17 +107,17 @@ export default function HomePage() { <Icon path={mdiRobotExcited} className='icon' /> <span className='text'>Tegen computer</span> </Vierkant>} - <Vierkant className='loginOrRegisterBox'> + <Vierkant className='loginOrRegisterBox pad-l'> {loggedIn ? <AccountBox info={userInfo} sumGameInfo={gameInfo?.totals} /> : <LoginOrRegisterBox />} </Vierkant> </div> {loggedIn - && <Vierkant fullwidth> + && <Vierkant className="fullwidth pad-l"> <RecentGames games={gameInfo?.games} /> </Vierkant>} - <Vierkant fullwidth> + <Vierkant className="fullwidth pad-l"> <h2>Nieuws ofzo</h2> <p style={{ margin: '6px 0' }}>Chess.com heeft heel veel troep waar niemand naar kijkt</p> </Vierkant> |