diff options
| author | Kumar Priyansh <[email protected]> | 2020-08-31 00:43:50 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2020-08-31 00:43:50 +0530 |
| commit | 268ea465afcb7c2244bd1dc004cf458e0669ffdc (patch) | |
| tree | 4a1aeb6d581c962dccd20cf5a567981ef6de5a11 /app/css | |
| parent | c88c3a21fcb0cfb1aa3e24eb1d4b6d5556e29e3c (diff) | |
| download | dictionary-268ea465afcb7c2244bd1dc004cf458e0669ffdc.tar.xz dictionary-268ea465afcb7c2244bd1dc004cf458e0669ffdc.zip | |
Enlarged search text and search event fired on enter press
Diffstat (limited to 'app/css')
| -rw-r--r-- | app/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/css/style.css b/app/css/style.css index 3031eb2..d9ff071 100644 --- a/app/css/style.css +++ b/app/css/style.css @@ -26,7 +26,7 @@ body { .search { background: transparent; - font-size: 24px; + font-size: 3rem; border: none; color: #ffffff; outline: none; |
