Browse Source

Update results.less

More gap between search results increase the readability. Currently, the result page is just filled with text.
Mostafa Ahangarha 7 years ago
parent
commit
b142e88391
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      searx/static/themes/oscar/less/logicodev/results.less

+ 1
- 1
searx/static/themes/oscar/less/logicodev/results.less View File

53
 // default formating of results
53
 // default formating of results
54
 .result-default, .result-code, .result-torrent, .result-videos, .result-map {
54
 .result-default, .result-code, .result-torrent, .result-videos, .result-map {
55
     clear: both;
55
     clear: both;
56
-    padding: 2px 4px;
56
+    padding: 1em 4px;
57
     &:hover{
57
     &:hover{
58
         background-color: @dim-gray;
58
         background-color: @dim-gray;
59
     }
59
     }