Skip to content

Commit

Permalink
ol and console
Browse files Browse the repository at this point in the history
  • Loading branch information
impondesk committed Jun 1, 2024
1 parent 475387d commit 49788f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/blog/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const posts = await Astro.glob('./*.md');

{posts.map(post => {

console.log(post);
// console.log(post);

return <li key="slug" class="py-4">
<article class="space-y-2 xl:grid xl:grid-cols-4 xl:items-baseline xl:space-y-0">
Expand Down
4 changes: 2 additions & 2 deletions src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ a {
text-decoration: none;
}

ol,
/* ol,
li {
margin: 0;
padding: 0;
}
li {
padding: 12px;
}
} */

.wrapper {
width: 100%;
Expand Down

0 comments on commit 49788f4

Please sign in to comment.