Skip to content

Commit 2cc02c4

Browse files
author
Orjiewuru Kingdom
committed
update styling
1 parent 37e04fe commit 2cc02c4

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/app/views/Main.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import React from 'react';
22
import Header from '../components/Header';
33
import Content from '../components/Content';
44

5-
import '../../favicons/favicons';
6-
75
const Main = () => (
86
<div>
97
<Header />

src/styles/main.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,18 @@ hr {
3030
.display-middle {
3131
margin: 0 auto;
3232
text-align: center;
33-
padding: 10%;
33+
padding: 100px 10%;
3434
}
3535

3636
.header {
3737
h1 {
38-
font-size: 64px;
38+
font-size: 40px;
3939
font-weight: 400;
4040
margin: 10px 0;
41+
42+
@media only screen and (min-width: 1024px) {
43+
font-size: 64px;
44+
}
4145
}
4246

4347
hr {

0 commit comments

Comments
 (0)