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 37e04fe commit 2cc02c4Copy full SHA for 2cc02c4
src/app/views/Main.js
@@ -2,8 +2,6 @@ import React from 'react';
2
import Header from '../components/Header';
3
import Content from '../components/Content';
4
5
-import '../../favicons/favicons';
6
-
7
const Main = () => (
8
<div>
9
<Header />
src/styles/main.scss
@@ -30,14 +30,18 @@ hr {
30
.display-middle {
31
margin: 0 auto;
32
text-align: center;
33
- padding: 10%;
+ padding: 100px 10%;
34
}
35
36
.header {
37
h1 {
38
- font-size: 64px;
+ font-size: 40px;
39
font-weight: 400;
40
margin: 10px 0;
41
+
42
+ @media only screen and (min-width: 1024px) {
43
+ font-size: 64px;
44
+ }
45
46
47
hr {
0 commit comments