mirror of
https://github.com/searxng/searxng.git
synced 2026-05-29 14:14:13 +02:00
[simple theme] define device width with less vars in defenition.less
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 80em) {
|
||||
@media screen and (max-width: @tablet) {
|
||||
div.title {
|
||||
h1 {
|
||||
font-size: 1em;
|
||||
@@ -47,7 +47,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 50em) {
|
||||
@media screen and (max-width: @phone) {
|
||||
#main_index {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user