diff --git a/README.md b/README.md index 54ef094..4e1faef 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ + + + diff --git a/src/components/App.css b/src/components/App.css index ba26f91..317e290 100644 --- a/src/components/App.css +++ b/src/components/App.css @@ -2,11 +2,15 @@ color:#ffffff; padding-left:40px; background-color: #6272a4; + padding:5px 5px 5px 35px; + font-family:segoe ui; } -.logo{height:25px; -width:25px; -margin-right:10px;} +.logo{ + height:30px; + width:30px; + margin-right:10px; +} footer{ @@ -16,4 +20,6 @@ footer{ margin-top:40px; padding:10px; font-size: 14px; + border-top:1px solid #cccccc + ; } \ No newline at end of file diff --git a/src/components/ComponentToImg.js b/src/components/ComponentToImg.js index b81b38c..4dc8254 100644 --- a/src/components/ComponentToImg.js +++ b/src/components/ComponentToImg.js @@ -3,6 +3,7 @@ import { exportComponentAsJPEG, exportComponentAsPNG } from "react-component-exp import './CoverImage.css' + class ComponentToImg extends React.Component { constructor(props) { super(props); @@ -19,13 +20,14 @@ class ComponentToImg extends React.Component { {this.props.children} - {/* */} + {/* */} - + + ); } diff --git a/src/components/ConfigCover.js b/src/components/ConfigCover.js index 6cbfe51..2db69e9 100644 --- a/src/components/ConfigCover.js +++ b/src/components/ConfigCover.js @@ -20,7 +20,7 @@ class ConfigCover extends React.Component {

CoverView

-

Create awesome cover for your blogs

+

🛠 Create awesome cover images for your blog posts quickly

this.setState({ title: e.target.value })}> diff --git a/src/components/CoverImage.css b/src/components/CoverImage.css index 4d101f7..1d9e126 100644 --- a/src/components/CoverImage.css +++ b/src/components/CoverImage.css @@ -41,9 +41,10 @@ button{ border:none; border-radius:4px; padding:10px; - margin:auto; + margin:auto ; width:100px; text-align: center; + box-shadow: 4px 4px #cccccc; } @@ -55,6 +56,6 @@ button{ } .title-card{ padding:2.5vw 3vw 2.5vw 3vw; - font-size: 1.4rem; + font-size: 1.2rem; } } \ No newline at end of file