Skip to content

Commit 95c9779

Browse files
committed
content: update
1 parent c1a7307 commit 95c9779

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/pages/xyy/index.astro

+3-4
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,15 @@ const posts = (await getCollection("xyy")).sort(
2222
ul {
2323
display: flex;
2424
flex-wrap: wrap;
25-
gap: 0.5rem;
2625
list-style-type: none;
2726
justify-content: flex-start;
2827
margin: 0;
2928
padding: 0;
3029
}
3130
ul li {
32-
width: 160px;
31+
width: 180px;
3332
height: 80px;
34-
border: solid rgba(189, 195, 255, 1);
33+
border: solid 1px rgba(189, 195, 255, 1);
3534
padding: 4px;
3635
}
3736
ul li * {
@@ -49,7 +48,7 @@ const posts = (await getCollection("xyy")).sort(
4948
margin: 0;
5049
color: rgb(var(--black));
5150
line-height: 1;
52-
font-size: medium;
51+
font-size: large;
5352
}
5453
.date {
5554
margin: 0;

0 commit comments

Comments
 (0)