Skip to content

Commit

Permalink
add intro statement for home page
Browse files Browse the repository at this point in the history
Relates #209
  • Loading branch information
emaggy committed Sep 19, 2019
1 parent f0e4034 commit 9aa96cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions public/css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,9 @@ h2 {
background-color: Transparent;
border: none;
}

.home-intro {
text-align: center;
font-style: oblique;
padding: 1px;
}
3 changes: 2 additions & 1 deletion src/views/home.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<h2>
What are you looking for?
</h2>

<h3 class="home-intro">Craving a non-plant based meal? <br> Search through Plantbase-Me to find the best plant based
alternative </h3>
<section class="selection-slider">
<div class="content">
<div class="content-slider">
Expand Down

0 comments on commit 9aa96cc

Please sign in to comment.