Skip to content

Commit

Permalink
Update LetterToHighSchoolStudents page styling
Browse files Browse the repository at this point in the history
  • Loading branch information
yeeway0609 committed Feb 28, 2024
1 parent 12f3e47 commit 142c8ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified public/forum_page/letter-note-texture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/views/forum/LetterToHighSchoolStudents.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
</div>
<div v-else>
<div
class="w-full py-7 sm:px-16 px-8 bg-white shadow-md mb-16 rounded bg-repeat-y text-md"
style="background-image: url('/BikeFestival17th-Frontend/forum_page/letter-note-texture.png');"
class="w-full py-6 sm:px-16 px-8 bg-white shadow-md mb-16 rounded bg-repeat-y text-md"
style="background-image: url('/BikeFestival17th-Frontend/forum_page/letter-note-texture.png'); background-position: center top;"
>
<!-- <div class="font-bold text-3xl text-content mb-8">{{ data.title }}</div> -->
<!-- <img class="w-[500px] mx-auto my-8" src="/forum_page/LetterToHighSchoolStudents.webp"> -->
<div v-html="data.content" class="leading-[36px]"></div><br>
<div v-html="data.content" class="leading-[26px]"></div><br>
<p class="text-right">From {{ data.author }}</p>
</div>
</div>
Expand Down

0 comments on commit 142c8ef

Please sign in to comment.