diff options
| author | Kumar Priyansh <[email protected]> | 2020-08-31 00:40:54 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2020-08-31 00:40:54 +0530 |
| commit | c88c3a21fcb0cfb1aa3e24eb1d4b6d5556e29e3c (patch) | |
| tree | 63ac888b26bd28d681cec7100a7b580745b5ed3a /app/css | |
| parent | c31d8ecdd682a33703cd1539b752210c99bd6f43 (diff) | |
| download | dictionary-c88c3a21fcb0cfb1aa3e24eb1d4b6d5556e29e3c.tar.xz dictionary-c88c3a21fcb0cfb1aa3e24eb1d4b6d5556e29e3c.zip | |
basic search logic
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 9853773..3031eb2 100644 --- a/app/css/style.css +++ b/app/css/style.css @@ -19,7 +19,7 @@ body { .search_box { position: absolute; - top: 40%; + top: 30%; left: 10%; width: 80%; } |
