Skip to content

Commit

Permalink
Merge pull request #22 from Aya-X/f/AnnC
Browse files Browse the repository at this point in the history
fixed scrollbar-x RWD & card image lost
  • Loading branch information
AnnChouCode committed Sep 1, 2023
2 parents 95b575a + 6957777 commit 32c55f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/scss/components/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@

// #NOTE: have to change file, so remove inline bg-image
&:nth-child(4)>a {
background-image: url(../assets/images/vito_mobile.png);
background-image: url(../images/vito_mobile.png);

@include media-breakpoint-up(lg) {
background-image: url(../assets/images/vito_vertical.png);
background-image: url(../images/vito_vertical.png);
}
}

Expand Down
4 changes: 2 additions & 2 deletions layout/news.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<time class="letter-spacing-16">2023.06.30</time>
</div>
<h3 class="mb-12 fs-20 fw-bold letter-spacing-20">產品升級公告</h3>
<div class="row gap-md-0 gap-12">
<p class="col-md-9 col-12 pe-0 fw-bold">榮幸地宣布,ALPHABOX+
<div class="row gap-lg-0 gap-12">
<p class="col-lg-9 col-12 pe-0 fw-bold">榮幸地宣布,ALPHABOX+
已成功完成最新一代的升級!本次升級包括提升投影解析度、優化語音辨識技術,以及擴充情感識別功能。歡迎您了解本次升級帶來的更為卓越的性能!</p>
<div class="col-3 text-md-end text-start">
<a href="#" class="stretched-link">
Expand Down

0 comments on commit 32c55f0

Please sign in to comment.