We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c7109 commit 3ee63faCopy full SHA for 3ee63fa
1 file changed
src/pages/blog/index.astro
@@ -43,21 +43,14 @@ const posts = (await getCollection("blog")).sort(
43
padding: 0;
44
}
45
ul li {
46
- width: calc(50% - 1rem);
47
- }
48
- ul li * {
49
- text-decoration: none;
50
- transition: 0.2s ease;
51
52
- ul li:first-child {
53
width: 100%;
54
margin-bottom: 1rem;
55
text-align: center;
56
57
- ul li:first-child img {
+ ul li img {
58
59
60
- ul li:first-child .title {
+ ul li .title {
61
font-size: 2.369rem;
62
63
ul li img {
@@ -67,6 +60,10 @@ const posts = (await getCollection("blog")).sort(
67
ul li a {
68
display: block;
69
+ ul li * {
64
+ text-decoration: none;
65
+ transition: 0.2s ease;
66
+ }
70
.title {
71
margin: 0;
72
color: rgb(var(--black));
0 commit comments