mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[simple theme] define device width with less vars in defenition.less
This commit is contained in:
parent
32fb2bdf85
commit
6204ef665f
7 changed files with 16 additions and 10 deletions
|
|
@ -103,7 +103,7 @@
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 80em) {
|
||||
@media screen and (max-width: @tablet) {
|
||||
#search {
|
||||
padding: 0 @results-tablet-offset;
|
||||
}
|
||||
|
|
@ -145,7 +145,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 50em) {
|
||||
@media screen and (max-width: @phone) {
|
||||
#search {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue