mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
Update css blog button styles
This commit is contained in:
parent
c6bdc81376
commit
de088ce376
|
|
@ -40,9 +40,9 @@ class BlogPostLayout extends React.Component {
|
|||
config={this.props.config}
|
||||
/>
|
||||
</div>
|
||||
<div className="blog-recent-bar">
|
||||
<div className="blog-recent">
|
||||
<a
|
||||
className="blog-recent button"
|
||||
className="button"
|
||||
href={this.props.config.baseUrl + "blog"}
|
||||
>
|
||||
Recent Posts
|
||||
|
|
|
|||
|
|
@ -1554,14 +1554,14 @@ table tr th {
|
|||
overflow: hidden;
|
||||
width: 70px;
|
||||
}
|
||||
.blog-recent-bar {
|
||||
.blog-recent {
|
||||
margin: 20px 0;
|
||||
}
|
||||
.blog-recent {
|
||||
.blog-recent > a {
|
||||
float: left;
|
||||
}
|
||||
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
|
||||
.blog-recent-bar {
|
||||
.blog-recent {
|
||||
height: 40px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue