Skip to content

Commit

Permalink
feat: center-align text and enhance layout for improved readability
Browse files Browse the repository at this point in the history
  • Loading branch information
dada878 committed Jan 14, 2025
1 parent b1fe1e8 commit 981389f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions app/(website)/(home)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function Page() {
</h2>
</div>
<div className="mt-12 flex flex-col gap-7">
<p className="text-normal font-bold md:text-xl">
<p className="text-center text-normal font-bold md:text-xl">
Il s&apos;agit toujours de libérer la vie là où elle est
prisonnière <br /> 這總是關乎到解放生命被禁錮的生命
</p>
Expand All @@ -51,9 +51,11 @@ export default function Page() {
<p className="brightness-90">
正如我們所處的這個時代,人類的智慧打造出前所未見的世界,在便捷、快速等多種科技紅利的包圍下,我們也看見了資訊流通導致的社群成癮,看見在社會價值觀裡的畫地自限,看見螢幕構築出那若即若離的疏離感,這一切彷彿科技建構出的無形枷鎖,將我們束縛其中。
</p>
<p className="text-normal font-bold md:text-xl">
在這樣一個開放的年代,為什麼好像變得不再自由?
</p>
<div className="flex items-center justify-center gap-2 text-center text-normal font-bold md:text-xl">
<span>——</span>
<span>在這樣一個開放的年代,為什麼好像變得不再自由?</span>
<span>——</span>
</div>
<p className="brightness-90">
作為學生,我們處在一個迷惘卻充滿熱血的年紀,可以試圖去尋找社會中的裂隙,並透過「自我覺察」來建立屬於自己的價值觀與信念。無論是發掘在螢幕後方的我們,被社群媒體影響的同時遺漏了什麼;或是如何不為了合群或符合社會期待,而去隱藏自己的真實想法以此從眾;甚至是勇敢地成為先鋒,以資訊結合不同領域,打造出多元化的社群生態。讓我們帶著自我覺察的心,去開創一條屬於這個時代的逃逸路線。
</p>
Expand Down

0 comments on commit 981389f

Please sign in to comment.