Skip to content

Commit

Permalink
chnaged button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaLim8 committed Oct 30, 2019
1 parent 33df77e commit a64506d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 5 additions & 2 deletions client/src/pages/Landing.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ import logo from "../images/logo.png";
import text from "../images/Text.png";
import {Link} from "react-router-dom"

const I = (s) => <span style={{fontStyle: 'italic'}}>{s.children}</span>;

export default class Landing extends Component {

render() {
return (
<div className="main">
<div style={{paddingTop: 80, paddingBottom: 20}}>
<img src={text} width="25%" alt="logo"/>
<p>
Prep for interviews with literally no more "okay"s, "like"s, and other fillers
<p className="slogan">
Interviews without <I>like</I>s, <I>literally</I>s, <I>but</I>s or other filler words
</p>
<img src={logo} width="25%" alt="logo"/>
</div>
Expand Down
1 change: 0 additions & 1 deletion client/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ code {

.button {
cursor: pointer;
border: solid black 1px;
border-radius: 20px;
background-color: #E1D8F6;
color: black;
Expand Down

0 comments on commit a64506d

Please sign in to comment.