mirror of
https://github.com/urbit/shrub.git
synced 2024-12-30 07:35:19 +03:00
spacing
This commit is contained in:
parent
ef82f10648
commit
4c6bbb07d3
@ -16,7 +16,7 @@ export class PostSnippet extends Component {
|
||||
|
||||
return (
|
||||
<p className="body-regular-400 body-preview"
|
||||
style={{webkitBoxOrient: "vertical"}}>
|
||||
style={{WebkitBoxOrient: "vertical"}}>
|
||||
{string}
|
||||
</p>
|
||||
);
|
||||
|
@ -45,7 +45,7 @@ export class RecentPreview extends Component {
|
||||
|
||||
return (
|
||||
<div className="w-336 relative"
|
||||
style={{height:235, marginBottom: 72, marginRight: 16}}>
|
||||
style={{height:240, marginBottom: 72, marginRight: 16}}>
|
||||
<Link to={postLink}>
|
||||
<TitleSnippet title={this.props.post.postTitle}/>
|
||||
<PostSnippet
|
||||
|
@ -9,7 +9,7 @@ export class TitleSnippet extends Component {
|
||||
render() {
|
||||
return (
|
||||
<p className="body-large b title-preview"
|
||||
style={{webkitBoxOrient: "vertical"}}>
|
||||
style={{WebkitBoxOrient: "vertical"}}>
|
||||
{this.props.title}
|
||||
</p>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user