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 4fe1a11 commit c8690b1Copy full SHA for c8690b1
src/components/heading.js
@@ -42,16 +42,16 @@ const Heading = ({ mobile }) => (
42
style={{
43
fontSize: mobile ? '2em' : '4em',
44
fontWeight: 'normal',
45
- marginBottom: 0,
46
- marginTop: mobile ? '1.5em' : '3em',
+ marginBottom: 2,
+ marginTop: mobile ? '1em' : '1em',
47
}}
48
/>
49
<Header
50
as="h2"
51
content="Meta Attack Language - M A L"
52
inverted
53
54
- fontSize: mobile ? '1.5em' : '1.7em',
+ fontSize: mobile ? '1.5em' : '2em',
55
56
marginTop: mobile ? '0.5em' : '1.5em',
57
0 commit comments