Skip to content

Commit a776e11

Browse files
author
Max Wällstedt
committed
Put icon above text in attribution
1 parent edce378 commit a776e11

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/layout.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,13 @@ const Layout = () => (
179179
</a>
180180
{'.'}
181181
</p>
182-
<div style={{display: 'flex', flexDirection: 'row', justifyContent: 'center'}}>
182+
<div style={{display: 'flex', flexDirection: 'column', justifyContent: 'center'}}>
183183
<img
184184
alt="MAL logo"
185185
style={{
186186
width: '3em',
187-
height: '3em'
187+
height: '3em',
188+
alignSelf: 'center'
188189
}}
189190
src="/helmet.svg"
190191
/>

0 commit comments

Comments
 (0)