mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-28 16:37:07 +02:00
Blog enhancements (#80)
* Small CSS adjustments. * Blog adjustments. * Add support for Prism in the blog
This commit is contained in:
parent
a484893c4f
commit
45f6ef8fd9
7 changed files with 80 additions and 2 deletions
|
@ -1657,6 +1657,9 @@ table tr th {
|
|||
.blog-recent {
|
||||
height: 40px;
|
||||
}
|
||||
.blogContainer .lonePost {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.header-link {
|
||||
|
@ -1980,3 +1983,14 @@ footer .copyright {
|
|||
color: rgba(255, 255, 255, 0.4);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.entry-share {
|
||||
padding: 36px 0;
|
||||
display: block;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.entry-share {
|
||||
display: none;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue