Files
idpan.poznan.pl/templates/instytut_dendrologii_/js/stronaprojektu.js
2026-02-08 21:16:11 +01:00

12 lines
386 B
JavaScript

window.addEventListener('load', () => {
naglowekwyr();
})
window.addEventListener('resize', () => {
naglowekwyr();
})
function naglowekwyr(){
if(screen.width<1925){
var mleft= document.querySelector('.okruszki').getBoundingClientRect().left;
console.log('mleft'+mleft);
document.querySelector('.stronaprojektu-text').style.setProperty('margin-left',mleft+'px');
}}