Skip to content

Commit

Permalink
Merge pull request #54 from isuyashpatel/dev
Browse files Browse the repository at this point in the history
added tag line
  • Loading branch information
isuyashpatel authored Nov 24, 2023
2 parents 37178c7 + b560562 commit 9f23704
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ img {
margin-bottom: 3rem;
}

/* color */
.highlight {
color: rgb(218, 238, 130);
}
/* Text Styles*/
.x-large {
font-size: 4rem;
Expand Down
1 change: 1 addition & 0 deletions client/src/components/layout/Landing.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const Landing = ({ isAuthenticated }) => {
<div className='dark-overlay'>
<div className='landing-inner'>
<h1 className='x-large'>Developer Valley</h1>
<span className='highlight'><em>A place that developers call their home.</em></span>
<p className='lead'>
Create a developer profile/portfolio, share posts and get help from
other developers
Expand Down

0 comments on commit 9f23704

Please sign in to comment.