Skip to content

Commit

Permalink
content: update
Browse files Browse the repository at this point in the history
  • Loading branch information
andyluss committed Jul 2, 2024
1 parent c1a7307 commit 95c9779
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/pages/xyy/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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 * {
Expand All @@ -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;
Expand Down

0 comments on commit 95c9779

Please sign in to comment.