diff --git a/wwwroot/index.html b/wwwroot/index.html index b3504fe..dfea838 100644 --- a/wwwroot/index.html +++ b/wwwroot/index.html @@ -62,7 +62,7 @@ - Suggest (up to 3) + Suggest (up to 5) Only you can see your suggestions until Reveal. diff --git a/wwwroot/styles.css b/wwwroot/styles.css index d734877..4195f7c 100644 --- a/wwwroot/styles.css +++ b/wwwroot/styles.css @@ -109,8 +109,8 @@ button.ghost { border-color: #374151; } -.label { color: #9ca3af; font-size: 12px; } -.hint { color: #9ca3af; font-size: 12px; margin: 8px 0 0; } +.label { color: #9ca3af; font-size: 14px; } +.hint { color: #9ca3af; font-size: 12px; margin: 8px 0 12px 0; } .hint.warning { color: #f59e0b; } .disabled-form { opacity: 0.5; pointer-events: none; }
Only you can see your suggestions until Reveal.