Skip to content

Commit

Permalink
change banner to webp 4 speeed
Browse files Browse the repository at this point in the history
  • Loading branch information
62442katieb committed May 22, 2023
1 parent 502a7a1 commit e467e48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/layout/_banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#banner {
@include vendor('align-items', 'center');
@include vendor('background-image', 'url("../images/banner.jpg")');
@include vendor('background-image', 'url("../images/banner.webp")');
@include vendor('display', 'flex');
@include padding(4em, 0, (2em, 0, 0, 0));
background-attachment: fixed;
Expand Down
Binary file added assets/images/banner.webp
Binary file not shown.

0 comments on commit e467e48

Please sign in to comment.