mirror of
https://github.com/woodchen-ink/CoverView.git
synced 2025-07-18 14:01:56 +08:00
fix: fixed tagline
This commit is contained in:
parent
7e7383436e
commit
4593452353
@ -7,7 +7,7 @@ body{background-color: #f2f2f2;}
|
|||||||
display:flex;
|
display:flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
|
.tagline{max-width: 300px;}
|
||||||
.inputData{
|
.inputData{
|
||||||
display:flex;
|
display:flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -20,7 +20,7 @@ class ConfigCover extends React.Component {
|
|||||||
<div className="inputData card">
|
<div className="inputData card">
|
||||||
|
|
||||||
<h1>CoverView</h1>
|
<h1>CoverView</h1>
|
||||||
<p>🛠 Create awesome cover images for your blog posts quickly</p>
|
<p className="tagline">🛠 Create awesome cover images for your blog posts quickly</p>
|
||||||
<input type="text" placeholder="Enter title here" className="inputTitle form-control"
|
<input type="text" placeholder="Enter title here" className="inputTitle form-control"
|
||||||
onChange={e => this.setState({ title: e.target.value })}></input>
|
onChange={e => this.setState({ title: e.target.value })}></input>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user