Skip to content

Commit 813c19c

Browse files
committed
content: update
1 parent b2650fd commit 813c19c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/pages/xyy/index.astro

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const posts = (await getCollection("xyy")).sort(
1717
<BaseHead title={SITE_TITLE} description={SITE_DESCRIPTION} />
1818
<style>
1919
main {
20-
width: 960px;
20+
width: 1200px;
2121
}
2222
ul {
2323
display: flex;
@@ -28,10 +28,11 @@ const posts = (await getCollection("xyy")).sort(
2828
padding: 0;
2929
}
3030
ul li {
31-
width: 180px;
31+
width: 240px;
3232
height: 80px;
3333
border: solid 1px rgba(189, 195, 255, 1);
3434
padding: 4px;
35+
box-sizing: border-box;
3536
}
3637
ul li * {
3738
text-decoration: none;

0 commit comments

Comments
 (0)