~repos /website
git clone https://pyrossh.dev/repos/website.git
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
f2a480b9
—
pyrossh 1 year ago
fix layout
- routes/index.tsx +2 -2
routes/index.tsx
CHANGED
|
@@ -110,7 +110,7 @@ export default function Home() {
|
|
|
110
110
|
</ul>
|
|
111
111
|
</section>
|
|
112
112
|
<section>
|
|
113
|
-
<div class="flex items-center child-svg:mr-2 child-svg:text-
|
|
113
|
+
<div class="flex items-center child-svg:mr-2 child-svg:text-blue-800">
|
|
114
114
|
<SoftwareIcon size="32" />
|
|
115
115
|
<h2>Software</h2>
|
|
116
116
|
</div>
|
|
@@ -222,7 +222,7 @@ export default function Home() {
|
|
|
222
222
|
<ContactIcon size="36" />
|
|
223
223
|
<h2>Contact</h2>
|
|
224
224
|
</div>
|
|
225
|
-
<ul class="grid gap-2 grid-cols-1 text-lg text-left mt-4 heir-strong:mr-2 child:bg-slate-100 child:p-2">
|
|
225
|
+
<ul class="grid gap-2 grid-cols-1 text-lg text-left mt-4 heir-strong:mr-2 child:bg-slate-100 child:p-2 child:flex child:flex-col child:sm:flex-row">
|
|
226
226
|
<li>
|
|
227
227
|
<strong>Email:</strong>
|
|
228
228
|
<span>pyros2097@gmail.com</span>
|