Skip to content

Commit

Permalink
test (#4)
Browse files Browse the repository at this point in the history
* test

* debug

* debug
  • Loading branch information
ChenBingWei1201 authored Jan 9, 2024
1 parent caefc35 commit 553b723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/css/layouts/hero.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.hero__bg {
background-image: url("../../images/makeNTU2024-bg.png");
background-image: url("../images/makeNTU2024-bg.png");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
Expand Down Expand Up @@ -29,7 +29,7 @@
}

.hero__tagline-pretitle-image {
background-image: url("../../images/makeNTU2024Title.png");
background-image: url("../images/makeNTU2024Title.png");
@apply w-full h-40;
background-size: contain;
background-repeat: no-repeat;
Expand Down

0 comments on commit 553b723

Please sign in to comment.