Skip to content

Commit

Permalink
modify banner for auto
Browse files Browse the repository at this point in the history
  • Loading branch information
allycat committed Nov 20, 2023
1 parent 59dc803 commit 7252d67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion _layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

<main class="my-4">
<div class="container banner">
<img src="assets/images/banner.png">
</div>
<div class="container px-5 py-3 bg-gray-2 rounded">
<h1 class="display-3">{{ title }}</h1>
Expand Down
4 changes: 2 additions & 2 deletions _sass/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

.banner {
height: 300px;
background-image: url(../assets/images/banner.png);
background-image: url(../images/banner.png);
//background-position: right;
//background-size: 850px;
background-size: 1350px;
}

0 comments on commit 7252d67

Please sign in to comment.