Button widths

master
Bob Mottram 2019-07-21 21:40:47 +01:00
parent 351addbe79
commit 5b81870f8f
1 changed files with 3 additions and 1 deletions

View File

@ -121,7 +121,9 @@ def htmlProfile(profileJson: {}) -> str:
' text-align: center;' \ ' text-align: center;' \
' font-size: 18px;' \ ' font-size: 18px;' \
' padding: 10px;' \ ' padding: 10px;' \
' width: 200px;' \ ' width: 20%;' \
' max-width: 200px;' \
' min-width: 100px;' \
' transition: all 0.5s;' \ ' transition: all 0.5s;' \
' cursor: pointer;' \ ' cursor: pointer;' \
' margin: 5px;' \ ' margin: 5px;' \