Compare commits

..

No commits in common. "148a381f857edc51b8cf30b719b18a802a9c475d" and "b1a6df871e081a65da0be9bb5063bdf2a5cb5c5d" have entirely different histories.

2 changed files with 3 additions and 8 deletions

View file

@ -116,8 +116,8 @@ const tags = data.tags;
list-style: none; list-style: none;
margin: 0 0 1rem 0; margin: 0 0 1rem 0;
padding-left: 0; padding-left: 0;
padding-bottom: 0.9rem; padding-bottom: 0.2rem;
padding-top: 0.9rem; padding-top: 0.2rem;
} }
.post-link { .post-link {
@ -276,10 +276,5 @@ const tags = data.tags;
width: 145px; width: 145px;
text-decoration: none; text-decoration: none;
} }
.post-card {
padding-bottom: 0.2rem;
padding-top: 0.2rem;
}
} }
</style> </style>

View file

@ -59,7 +59,7 @@ html {
body { body {
margin: 0 auto; margin: 0 auto;
width: 100%; width: 100%;
max-width: 78ch; max-width: 90ch;
padding: 1rem; padding: 1rem;
line-height: 1.7; line-height: 1.7;
font-size: 1.15rem; font-size: 1.15rem;