diff --git a/README.md b/README.md index fb05398..1a5ac3a 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,8 @@ ## Run in Develop Mode ```bash -export FLASK_APP=app.py -export FLASK_ENV=development -flask run -python3 init_data.py # in an another terminal +python3 init_data.py +python3 app.py ``` Open http://127.0.0.1:5000/ordinary in a browser. diff --git a/static/css/ordinary.css b/static/css/ordinary.css index 4ee6b94..e56f415 100644 --- a/static/css/ordinary.css +++ b/static/css/ordinary.css @@ -138,7 +138,7 @@ a:focus, .btn-link:focus { .paragraph-list { position: relative; - margin: 40px 40px 30px 0; + margin: 45px 50px 30px 0; background: white; } diff --git a/templates/story.html b/templates/story.html index fe4a54f..c1f5054 100644 --- a/templates/story.html +++ b/templates/story.html @@ -48,6 +48,7 @@