diff options
author | asciimoo <asciimoo@gmail.com> | 2013-10-22 21:31:56 +0200 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2013-10-22 21:31:56 +0200 |
commit | 650d57fba74c9b6f77241490ba8cda824173602d (patch) | |
tree | bdec107e35554318c291bf2c792aee97791a5e8e /searx/static | |
parent | 831add33f07339701c0851c8a3591a438ec33033 (diff) | |
download | searxng-650d57fba74c9b6f77241490ba8cda824173602d.tar.gz searxng-650d57fba74c9b6f77241490ba8cda824173602d.zip |
[enh] about page update
Diffstat (limited to 'searx/static')
-rw-r--r-- | searx/static/css/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css index 570088c79..7c8ba5819 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -10,7 +10,9 @@ html { .row p { padding: 0 10px; max-width: 700px; } .row h3,ul { margin: 4px 8px;} -.top_margin { margin-top: 40px; } +.hmarg { margin: 0 20px; } + +.top_margin { margin-top: 60px; } .center { text-align: center; } |