Skip to content

Commit

Permalink
fix: css を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
SatooRu65536 committed Feb 4, 2025
1 parent 9e8a0a9 commit 8138486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const recentPosts = await getFormatedCollection('posts', 3);

.recent-section {
max-width: 1200px;
action-align: center;
text-align: center;

& > div {
display: grid;
Expand All @@ -92,7 +92,7 @@ const recentPosts = await getFormatedCollection('posts', 3);
}

.more {
action-decoration: none;
text-decoration: none;
color: $primary-200;
font-size: 1.2rem;
transition: all 0.3s;
Expand Down

0 comments on commit 8138486

Please sign in to comment.