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