Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ryfurrer/feelsbook
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-tran committed Jan 20, 2019
2 parents 313e25b + 780858b commit faeee5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions feelsbook/feelsbook/src/components/Title.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React, { Component } from 'react';
import './css/Title.css';

export default class Title extends Component {
render() {
Expand Down
5 changes: 5 additions & 0 deletions feelsbook/feelsbook/src/components/css/Title.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.titleText{
min-height: 80px;
font-size: 80px;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

0 comments on commit faeee5e

Please sign in to comment.