Skip to content

Commit 7237998

Browse files
committed
slight adjustment
1 parent 74ea627 commit 7237998

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/pages/index.astro

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,27 +117,29 @@ articles.splice(3);
117117
</section>
118118
<section class="bg-black py-80 text-white">
119119
<div
120-
class="mx-auto block items-center justify-evenly gap-12 px-8 xl:flex xl:flex-row-reverse"
120+
class="mx-auto block items-center justify-evenly gap-12 overflow-hidden px-8 xl:flex xl:flex-row-reverse"
121121
>
122122
<Picture
123123
formats={["avif", "webp"]}
124124
alt=""
125125
src={LabCafe}
126-
class="mr-6 ml-auto block max-w-[80%] min-w-0 flex-1 overflow-clip rounded-3xl object-cover md:max-w-2xl xl:mb-60 xl:max-w-xl"
126+
width="600"
127+
height="600"
128+
class="mx-2 flex-1 rounded-3xl object-cover sm:mr-6 sm:ml-auto sm:max-w-xl xl:mb-120"
127129
/>
128130
<article class="mt-12 flex-shrink-0 self-center md:ml-12 lg:w-150">
129-
<h1 class="max-w-2xl text-4xl leading-snug sm:text-5xl md:text-6xl">
131+
<h1 class="max-w-2xl text-2xl leading-snug sm:text-5xl md:text-6xl">
130132
<span
131133
id="text-future-software"
132134
class="mb-3 inline-block bg-white text-black"
133135
onmouseover="document.getElementById('text-future-software')?.setAttribute('data-highlighted', '');"
134136
tabindex="0"
135137
data-highlighted={true /* enable by default then immediately disable using JS s.t. it will show with noscript */}
136138
onfocus="document.getElementById('text-future-software')?.setAttribute('data-highlighted', '');"
137-
>未来の<wbr />ソフトウェア</span
139+
>未来のソフトウェア</span
138140
>を<br /><span>デザインしよう</span>
139141
</h1>
140-
<p class="text-md mt-3 max-w-xl leading-loose text-gray-300 sm:text-xl">
142+
<p class="mt-3 max-w-xl text-sm leading-loose text-gray-300 sm:text-xl">
141143
<span class="inline-block">
142144
ut.code(); で一緒にワクワクするソフトウェアを作りませんか?
143145
初心者から実務経験者、学年を問わずどなたでも大歓迎です。

0 commit comments

Comments
 (0)