Skip to content

Commit

Permalink
push push
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaraganit committed Jan 8, 2023
1 parent 016074f commit 495c288
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions frontend/tone-teller/src/components/pages/Toneteller.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default function Toneteller() {
return (
<div className="toneteller-app">
<div className=""></div>
</div>
);
}
import React from 'react';
import '../../App.css';

export default function ToneTeller() {
console.log("Tone Teller page");
return <h1 className='sign-up'>LIKE & SUBSCRIBE</h1>;
}
18 changes: 9 additions & 9 deletions frontend/tone-teller/src/components/style/LandingContent.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@ PADDING
text-align: center;
}

.px-40 {
padding-left:40px;
padding-right:40px;
}

.pb-80 {
padding-bottom: 80px;
}

/*
WHAT IS TONETELLER?
*/
Expand Down Expand Up @@ -201,6 +192,15 @@ MEET THE TEAM
.meet-the-team-div > div {
width: 50%;
}

.px-40 {
padding-left:40px;
padding-right:40px;
}

.pb-80 {
padding-bottom: 80px;
}
}

@media screen and (min-width: 768px) {
Expand Down

0 comments on commit 495c288

Please sign in to comment.