diff options
| author | Kumar Priyansh <[email protected]> | 2020-08-31 00:57:08 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2020-08-31 00:57:08 +0530 |
| commit | de938483ac3299685e798139a622a07d34778022 (patch) | |
| tree | 1ebc81eca9297b0d34f86569e39af653f99cb52e /app/css | |
| parent | e99a01c645b8faf88bc92bf63a0aec88a7d5b2d3 (diff) | |
| download | dictionary-de938483ac3299685e798139a622a07d34778022.tar.xz dictionary-de938483ac3299685e798139a622a07d34778022.zip | |
update results
Diffstat (limited to 'app/css')
| -rw-r--r-- | app/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/css/style.css b/app/css/style.css index f8c53d9..8070c1c 100644 --- a/app/css/style.css +++ b/app/css/style.css @@ -43,7 +43,8 @@ body { } .results { - margin-top: 50px; height: 50%; overflow-y: scroll; + width: 80%; + margin: 50px auto 0px auto; } |
