~repos /website

#astro#js#html#css

git clone https://pyrossh.dev/repos/website.git

木 Personal website of pyrossh. Built with astrojs, shiki, vite.


8df5c874 pyrossh

7 months ago
fix contacts for mobile
Files changed (1) hide show
  1. src/pages/index.astro +4 -1
src/pages/index.astro CHANGED
@@ -282,7 +282,6 @@ import inkscape from "@/assets/logos/inkscape.png";
282
282
  gap: 0.5rem;
283
283
  grid-template-columns: auto;
284
284
  margin-top: 1rem;
285
- /* grid gap-2 grid-cols-1 text-left mt-4 *:bg-slate-100 *:p-2 *:flex *:flex-col *:items-baseline *:sm:flex-row */
286
285
 
287
286
  li {
288
287
  display: flex;
@@ -290,6 +289,10 @@ import inkscape from "@/assets/logos/inkscape.png";
290
289
  align-items: baseline;
291
290
  padding: 0.25rem;
292
291
  background-color: #f1f5f9;
292
+
293
+ @media (max-width: 720px) {
294
+ flex-direction: column;
295
+ }
293
296
  }
294
297
 
295
298
  a {