Skip to content

Commit c1a7307

Browse files
committed
content: update
1 parent cd19b71 commit c1a7307

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/pages/xyy/index.astro

+7-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,17 @@ const posts = (await getCollection("xyy")).sort(
2222
ul {
2323
display: flex;
2424
flex-wrap: wrap;
25-
gap: 1rem;
25+
gap: 0.5rem;
2626
list-style-type: none;
2727
justify-content: flex-start;
2828
margin: 0;
2929
padding: 0;
3030
}
3131
ul li {
32-
width: calc(50% - 1rem);
32+
width: 160px;
33+
height: 80px;
34+
border: solid rgba(189, 195, 255, 1);
35+
padding: 4px;
3336
}
3437
ul li * {
3538
text-decoration: none;
@@ -46,10 +49,12 @@ const posts = (await getCollection("xyy")).sort(
4649
margin: 0;
4750
color: rgb(var(--black));
4851
line-height: 1;
52+
font-size: medium;
4953
}
5054
.date {
5155
margin: 0;
5256
color: rgb(var(--gray));
57+
font-size: medium;
5358
}
5459
ul li a:hover .title,
5560
ul li a:hover .date {

0 commit comments

Comments
 (0)