-
-
this.setState({ borderSize: e.target.value })} />
+
+
+ Color
+ this.setState({ bgColor: e.target.value })}
+ className="input-md form-control"
+ />
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
this.setState({ download: e.target.value })} className="form-control input-md ml-2" value={this.state.download}>
+
+
Dev Icon
+ this.setState({ icon: selectedOption })}
+ options={this.state.devIconOptions}
+ className="input"
+ />
+
+
+
+
Download As
+ this.setState({ download: e.target.value })}
+ className="form-control input"
+ value={this.state.download}>
-
diff --git a/src/components/CoverImage.css b/src/components/CoverImage.css
index b64c555..d17c800 100644
--- a/src/components/CoverImage.css
+++ b/src/components/CoverImage.css
@@ -32,7 +32,7 @@
padding: 40px;
font-family: inter;
margin: auto;
- box-shadow: 13px 10px 36px 2px rgba(0,0,0,0.22);
+ box-shadow: 13px 10px 36px 2px rgba(0, 0, 0, 0.22);
}
@@ -53,16 +53,6 @@ i {
margin-top: 20px;
}
-.meta {
- float: bottom;
- background-color: #676683;
- color: #ffffff;
- padding: 20px;
- font-weight: 500;
- display: flex;
- align-items: center;
- justify-content: space-between
-}
h1 {
height: auto;
@@ -89,22 +79,20 @@ button:hover {
@media screen and (max-width:600px) {
.cover {
width: 100vw;
- height: auto;
- padding: 8vh;
+ height: 50vh;
+ padding: 4vh;
}
- .title-card {
- padding: 2.5vw 3vw 2.5vw 3vw;
- font-size: 1.2rem;
+ .title {
+ font-size: 1.5rem;
}
- .meta {
- height: 5vh;
- font-size: 2vh;
+ .author-text {
+ font-size: 12px;
}
i {
- font-size: 3.5vh;
+ font-size: 12vh;
}
}
\ No newline at end of file
diff --git a/src/components/Footer.js b/src/components/Footer.js
deleted file mode 100644
index 4c7d0d8..0000000
--- a/src/components/Footer.js
+++ /dev/null
@@ -1,13 +0,0 @@
-import React from 'react';
-import './App.css';
-
-const Footer = () => {
- return (
-
- );
-
-}
-
-export default Footer;
\ No newline at end of file
diff --git a/src/components/Navbar.js b/src/components/Navbar.js
index e48299d..868ffdb 100644
--- a/src/components/Navbar.js
+++ b/src/components/Navbar.js
@@ -5,16 +5,14 @@ const Navbar = () => {
return (
);
-
-
};
export default Navbar;
\ No newline at end of file