mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[theme] cleanup grid layout and remove various margins and paddings from elements
This commit is contained in:
parent
cc3c54f4cd
commit
385dce213b
4 changed files with 52 additions and 37 deletions
|
|
@ -3,10 +3,10 @@
|
|||
*/
|
||||
|
||||
#search {
|
||||
padding: 0 2em;
|
||||
padding: 0 2em 0 @results-offset;
|
||||
margin: 0;
|
||||
background: #f7f7f7;
|
||||
border-bottom: 1px solid #d7d7d7;
|
||||
background: @color-header-background;
|
||||
border-bottom: 1px solid @color-header-border;
|
||||
}
|
||||
|
||||
#search_wrapper {
|
||||
|
|
@ -104,7 +104,11 @@
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 75em) {
|
||||
@media screen and (max-width: 1250px) {
|
||||
#search {
|
||||
padding: 0 @results-tablet-offset;
|
||||
}
|
||||
|
||||
#categories {
|
||||
font-size: 90%;
|
||||
clear: both;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue