diff --git a/asset-manifest.json b/asset-manifest.json
index aff436d..b438359 100644
--- a/asset-manifest.json
+++ b/asset-manifest.json
@@ -1,6 +1,6 @@
{
"files": {
- "main.css": "/quote-machine/static/css/main.55bf0c2f.chunk.css",
+ "main.css": "/quote-machine/static/css/main.2fc153a0.chunk.css",
"main.js": "/quote-machine/static/js/main.52e24b25.chunk.js",
"main.js.map": "/quote-machine/static/js/main.52e24b25.chunk.js.map",
"runtime-main.js": "/quote-machine/static/js/runtime-main.d0d4c421.js",
@@ -12,14 +12,14 @@
"static/js/3.5113abf0.chunk.js.map": "/quote-machine/static/js/3.5113abf0.chunk.js.map",
"index.html": "/quote-machine/index.html",
"static/css/2.150d169a.chunk.css.map": "/quote-machine/static/css/2.150d169a.chunk.css.map",
- "static/css/main.55bf0c2f.chunk.css.map": "/quote-machine/static/css/main.55bf0c2f.chunk.css.map",
+ "static/css/main.2fc153a0.chunk.css.map": "/quote-machine/static/css/main.2fc153a0.chunk.css.map",
"static/js/2.cc152759.chunk.js.LICENSE.txt": "/quote-machine/static/js/2.cc152759.chunk.js.LICENSE.txt"
},
"entrypoints": [
"static/js/runtime-main.d0d4c421.js",
"static/css/2.150d169a.chunk.css",
"static/js/2.cc152759.chunk.js",
- "static/css/main.55bf0c2f.chunk.css",
+ "static/css/main.2fc153a0.chunk.css",
"static/js/main.52e24b25.chunk.js"
]
}
\ No newline at end of file
diff --git a/index.html b/index.html
index 1669531..0428b8e 100644
--- a/index.html
+++ b/index.html
@@ -1 +1 @@
-
Quote Machine
\ No newline at end of file
+Quote Machine
\ No newline at end of file
diff --git a/static/css/main.2fc153a0.chunk.css b/static/css/main.2fc153a0.chunk.css
new file mode 100644
index 0000000..d9c439e
--- /dev/null
+++ b/static/css/main.2fc153a0.chunk.css
@@ -0,0 +1,2 @@
+body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.wrapper{display:flex;justify-content:center;align-content:center;height:100vh}.wrapper #quote-box{display:flexbox;align-self:center;color:#fff;width:800px;height:400px;border:1px solid grey;border-radius:5px;padding:10px}.wrapper .writing{padding-top:16vh;height:150px;text-align:center}.wrapper #new-quote,.wrapper #tweet{margin-top:150px;float:right}.wrapper #tweet{margin-right:15px}.wrapper a:active,.wrapper a:link,.wrapper a:visited{color:#fff}@media only screen and (max-width:500px){.wrapper #new-quote,.wrapper #tweet{margin-top:-150px}.wrapper #tweet{margin-right:115px}}@media only screen and (max-width:350px){.wrapper .writing h3{font-size:22px}}
+/*# sourceMappingURL=main.2fc153a0.chunk.css.map */
\ No newline at end of file
diff --git a/static/css/main.2fc153a0.chunk.css.map b/static/css/main.2fc153a0.chunk.css.map
new file mode 100644
index 0000000..baa1c71
--- /dev/null
+++ b/static/css/main.2fc153a0.chunk.css.map
@@ -0,0 +1 @@
+{"version":3,"sources":["webpack://src/index.css","webpack://src/components/quote-box/quote-box-styles.scss"],"names":[],"mappings":"AAAA,KACE,QAAS,CACT,mJAEY,CACZ,kCAAmC,CACnC,iCACF,CAEA,KACE,yEAEF,CCZA,SACE,YAAA,CACA,sBAAA,CACA,oBAAA,CACA,YAAA,CAEA,oBACE,eAAA,CACA,iBAAA,CACA,UAAA,CACA,WAAA,CACA,YAAA,CACA,qBAAA,CACA,iBAAA,CACA,YAAA,CAGF,kBACE,gBAAA,CACA,YAAA,CACA,iBAAA,CAQF,oCAJE,gBAAA,CACA,WAMA,CAHF,gBAGE,iBAAA,CASF,qDACE,UAAA,CAEF,yCACE,oCAEE,iBAAA,CAEF,gBACE,kBAAA,CAAA,CAGJ,yCAEI,qBACE,cAAA,CAAA","file":"main.2fc153a0.chunk.css","sourcesContent":["body {\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',\n 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',\n sans-serif;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\ncode {\n font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',\n monospace;\n}\n",".wrapper {\n display: flex;\n justify-content: center;\n align-content: center;\n height: 100vh;\n\n #quote-box {\n display: flexbox;\n align-self: center;\n color: white;\n width: 800px;\n height: 400px;\n border: 1px solid grey;\n border-radius: 5px;\n padding: 10px;\n }\n\n .writing {\n padding-top: 16vh;\n height: 150px;\n text-align: center;\n }\n\n #new-quote {\n margin-top: 150px;\n float: right;\n }\n\n #tweet {\n float: right;\n margin-top: 150px;\n margin-right: 15px;\n }\n\n a:link {\n color: white;\n }\n a:visited {\n color: white;\n } /* visited link */\n a:active {\n color: white;\n }\n @media only screen and (max-width: 500px) {\n #new-quote,\n #tweet {\n margin-top: -150px;\n }\n #tweet {\n margin-right: 115px;\n }\n }\n @media only screen and (max-width: 350px) {\n .writing {\n h3 {\n font-size: 22px;\n }\n }\n }\n}\n"]}
\ No newline at end of file
diff --git a/static/css/main.55bf0c2f.chunk.css b/static/css/main.55bf0c2f.chunk.css
deleted file mode 100644
index 4246e82..0000000
--- a/static/css/main.55bf0c2f.chunk.css
+++ /dev/null
@@ -1,2 +0,0 @@
-body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.wrapper{display:flex;justify-content:center;align-content:center;height:954px}.wrapper #quote-box{display:flexbox;align-self:center;color:#fff;width:800px;height:400px;border:1px solid grey;border-radius:5px;padding:10px}.wrapper .writing{padding-top:130px;height:150px;text-align:center}.wrapper #new-quote,.wrapper #tweet{margin-top:100px;float:right}.wrapper #tweet{margin-right:15px}.wrapper a:active,.wrapper a:link,.wrapper a:visited{color:#fff}
-/*# sourceMappingURL=main.55bf0c2f.chunk.css.map */
\ No newline at end of file
diff --git a/static/css/main.55bf0c2f.chunk.css.map b/static/css/main.55bf0c2f.chunk.css.map
deleted file mode 100644
index e8a9c36..0000000
--- a/static/css/main.55bf0c2f.chunk.css.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"sources":["webpack://src/index.css","webpack://src/components/quote-box/quote-box-styles.scss"],"names":[],"mappings":"AAAA,KACE,QAAS,CACT,mJAEY,CACZ,kCAAmC,CACnC,iCACF,CAEA,KACE,yEAEF,CCZA,SACE,YAAA,CACA,sBAAA,CACA,oBAAA,CACA,YAAA,CAEA,oBACE,eAAA,CACA,iBAAA,CACA,UAAA,CACA,WAAA,CACA,YAAA,CACA,qBAAA,CACA,iBAAA,CACA,YAAA,CAGF,kBACE,iBAAA,CACA,YAAA,CACA,iBAAA,CAQF,oCAJE,gBAAA,CACA,WAMA,CAHF,gBAGE,iBAAA,CASF,qDACE,UAAA","file":"main.55bf0c2f.chunk.css","sourcesContent":["body {\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',\n 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',\n sans-serif;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\ncode {\n font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',\n monospace;\n}\n",".wrapper {\n display: flex;\n justify-content: center;\n align-content: center;\n height: 954px;\n\n #quote-box {\n display: flexbox;\n align-self: center;\n color: white;\n width: 800px;\n height: 400px;\n border: 1px solid grey;\n border-radius: 5px;\n padding: 10px;\n }\n\n .writing {\n padding-top: 130px;\n height: 150px;\n text-align: center;\n }\n\n #new-quote {\n margin-top: 100px;\n float: right;\n }\n\n #tweet {\n float: right;\n margin-top: 100px;\n margin-right: 15px;\n }\n\n a:link {\n color: white;\n }\n a:visited {\n color: white;\n } /* visited link */\n a:active {\n color: white;\n }\n}\n"]}
\ No newline at end of file