diff --git a/src/pages/xyy/index.astro b/src/pages/xyy/index.astro index 9cde451..a1c3f60 100644 --- a/src/pages/xyy/index.astro +++ b/src/pages/xyy/index.astro @@ -22,16 +22,15 @@ const posts = (await getCollection("xyy")).sort( ul { display: flex; flex-wrap: wrap; - gap: 0.5rem; list-style-type: none; justify-content: flex-start; margin: 0; padding: 0; } ul li { - width: 160px; + width: 180px; height: 80px; - border: solid rgba(189, 195, 255, 1); + border: solid 1px rgba(189, 195, 255, 1); padding: 4px; } ul li * { @@ -49,7 +48,7 @@ const posts = (await getCollection("xyy")).sort( margin: 0; color: rgb(var(--black)); line-height: 1; - font-size: medium; + font-size: large; } .date { margin: 0;