Skip to content

Commit

Permalink
feat: new hero
Browse files Browse the repository at this point in the history
  • Loading branch information
faultables committed Nov 18, 2024
1 parent 10b8008 commit 609c2d7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ em {
}

.c-hero {
background-color: var(--primary-color);
background: linear-gradient(135deg, #1e2f1e 0%, #29432a 30%, #3a5c3a 60%, #4d754d 90%, #3a5c3a 100%);
min-height: 300px;
color: #ffffff;
display: flex;
Expand Down
Binary file added assets/img/flo_hero_new.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/index.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ layout: layouts/base
<img id="appstore" src="/assets/img/download-on-the-app-store.svg">
</a>
<div class="c-hero__right">
<img src="/assets/img/flo_hero.jpeg" alt="flo">
<img src="/assets/img/flo_hero_new.jpeg" alt="flo">
</div>
</div>
</div>
Expand Down

0 comments on commit 609c2d7

Please sign in to comment.