mirror of
https://github.com/jessebot/tiny_personal_website.git
synced 2025-10-01 01:48:43 +00:00
fix docker file for local run and update padding one last time for smaller phones
This commit is contained in:
parent
bef97b0123
commit
401de4480a
2 changed files with 5 additions and 2 deletions
|
@ -5,4 +5,4 @@ RUN pip3 install -r requirements.txt
|
|||
|
||||
COPY . .
|
||||
|
||||
CMD ["gunicorn", "app:app"]
|
||||
CMD ["gunicorn" , "-b", "0.0.0.0:8000", "app:app"]
|
||||
|
|
|
@ -117,7 +117,10 @@ h5 {
|
|||
line-height: 16px;
|
||||
color: inherit;
|
||||
margin: 0 0 12px;
|
||||
padding: 14px;
|
||||
padding-top: 14px;
|
||||
padding-bottom: 14px;
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.dash-unit bold {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue