We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edce378 commit a776e11Copy full SHA for a776e11
src/components/layout.js
@@ -179,12 +179,13 @@ const Layout = () => (
179
</a>
180
{'.'}
181
</p>
182
- <div style={{display: 'flex', flexDirection: 'row', justifyContent: 'center'}}>
+ <div style={{display: 'flex', flexDirection: 'column', justifyContent: 'center'}}>
183
<img
184
alt="MAL logo"
185
style={{
186
width: '3em',
187
- height: '3em'
+ height: '3em',
188
+ alignSelf: 'center'
189
}}
190
src="/helmet.svg"
191
/>
0 commit comments