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

View file

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