This commit is contained in:
Marcin Szczepański 2020-01-17 20:39:25 +01:00
parent d4204ba705
commit d690040b1d

View File

@ -34,7 +34,7 @@ export class MainNavigationComponent implements OnInit {
this.btn.nativeElement.style.display = 'block';
$('app-main-navigation ~ div.content').each(function () {
$(this).css('position', 'fixed');
$(this).css('margin-top', '250px');
$(this).css('margin-top', '195px');
});
} else {
this.menu.nativeElement.style.display = 'none';