mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-07-03 23:51:26 +00:00
Compare commits
No commits in common. "16d7d4275b925b89dfe74c7e12405338a44e6bfd" and "c95b9c978a7bc6cf41c8e4a8309033c80d1e8401" have entirely different histories.
16d7d4275b
...
c95b9c978a
2 changed files with 3 additions and 8 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue