summaryrefslogtreecommitdiff
path: root/searx/static/css
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2013-10-21 00:42:07 +0200
committerasciimoo <asciimoo@gmail.com>2013-10-21 00:42:07 +0200
commitc874ea977462dc6460c4094db2e148f96091ecfb (patch)
tree36e6ecdfb28ba0f5345946dc7a1a14d9edfec600 /searx/static/css
parentde4652f98cb68eb5f31b3038a1c1735b67b4543b (diff)
[enh] about page mods
Diffstat (limited to 'searx/static/css')
-rw-r--r--searx/static/css/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css
index 31de9affc..570088c79 100644
--- a/searx/static/css/style.css
+++ b/searx/static/css/style.css
@@ -7,7 +7,8 @@ html {
.row { max-width: 800px; margin: auto; text-align: justify; }
.row h1 { font-size: 3em; margin-top: 50px; }
-.row p { padding: 0 10px; }
+.row p { padding: 0 10px; max-width: 700px; }
+.row h3,ul { margin: 4px 8px;}
.top_margin { margin-top: 40px; }