diff --git a/README.md b/README.md index 81d58e4..e9a0bfa 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ README last updated: 20 Dec 2020 ![screenshot](https://github.com/vtlim/textsmoosh/blob/master/screenshot.png) + +## Development setup +``` +conda create -n app_txt python=3.6 +conda activate app_txt +conda install -c anaconda flask gunicorn +``` + ## Contributors Victoria Lim diff --git a/screenshot.png b/screenshot.png index 02af103..cb36a7b 100644 Binary files a/screenshot.png and b/screenshot.png differ diff --git a/static/styles/main.css b/static/styles/main.css index 2b6a9fc..e900f46 100644 --- a/static/styles/main.css +++ b/static/styles/main.css @@ -5,7 +5,7 @@ font-size: 14px; padding-left: 15px; padding-top: 0.015px; - padding-bottom: 0.012px; + padding-bottom: 0.015px; margin-top: 0px; } diff --git a/templates/mainpage.html b/templates/mainpage.html index e0cf444..b04a3c0 100644 --- a/templates/mainpage.html +++ b/templates/mainpage.html @@ -9,7 +9,7 @@