mirror of
https://github.com/mue/mue.git
synced 2026-07-21 16:04:22 +02:00
fix: overview style
- driving home for christmas - 7.0 is christmas - that is song lyric
This commit is contained in:
@@ -160,10 +160,10 @@ export default class OrderSettings extends PureComponent {
|
||||
})}
|
||||
</div>
|
||||
</div>
|
||||
<div style={{ display: 'flex', flexFlow: 'column' }}>
|
||||
<div className="overviewNews">
|
||||
<span className="title">{this.state.news.title}</span>
|
||||
<span className="subtitle">{this.state.news.date}</span>
|
||||
<span>{this.state.news.description}</span>
|
||||
<span className="content">{this.state.news.description}</span>
|
||||
<a className="link" href={this.state.news.link}>
|
||||
{this.state.news.linkText}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user