diff options
Diffstat (limited to 'static/misc.css')
| -rw-r--r-- | static/misc.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/misc.css b/static/misc.css index 8013403..d9a491c 100644 --- a/static/misc.css +++ b/static/misc.css @@ -23,6 +23,10 @@ button.secondary { font-size: inherit; font-family: inherit; font-weight: bold; + display: flex; + align-items: center; + justify-content: center; + &:disabled { opacity: 80%; cursor: default; |
