Update css blog button styles

This commit is contained in:
Frank Li 2017-07-17 16:18:14 -07:00
parent c6bdc81376
commit de088ce376
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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;
} }
} }