diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-06-09 12:44:58 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-06-09 12:44:58 +0200 |
commit | 15b98bd1ffec98d168c7eceef5d321333e32aad9 (patch) | |
tree | 919ccd5c67a4ff30fe0feaac6bd1ce6ba2a66e90 /public/static | |
parent | 1fb2c0b50e098207b484022f21643428555bbc1a (diff) |
fix landing page field width on desktop
Diffstat (limited to 'public/static')
-rw-r--r-- | public/static/default.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/static/default.css b/public/static/default.css index 869ce1e..aca2dba 100644 --- a/public/static/default.css +++ b/public/static/default.css @@ -1059,7 +1059,7 @@ div.field { input, select, .button { display: inline-block; - width: 50em; + width: 60em; max-width: 100%; min-height: 1.8em; border-radius: 4px; @@ -1073,7 +1073,7 @@ input, select, .button { } input[type="text"] { - width: 49em; + width: 59em; padding-left: 0.5em; padding-right: 0.5em; text-align: left; |