This commit is contained in:
Roman Pyrih
2025-11-12 12:58:08 +01:00
parent e709fc0cb5
commit 52b0b71a5c
4 changed files with 4 additions and 4 deletions

View File

@@ -49,7 +49,7 @@
margin-right: 8px;
}
@media only screen and (min-width: 768px) {
@media only screen and (min-width: 992px) {
#search_widget {
float: right;
margin-bottom: 0;

View File

@@ -19,7 +19,7 @@ $(document).ready(function () {
});
var isMobile = function() {
return $(window).width() < 768;
return $(window).width() < 992;
};
var autocompletePosition = function() {
return {