first commit
This commit is contained in:
15
templates/instytut_dendrologii_/js/mod48.js
Normal file
15
templates/instytut_dendrologii_/js/mod48.js
Normal file
@@ -0,0 +1,15 @@
|
||||
window.addEventListener('load', () => {
|
||||
//socialRown();
|
||||
|
||||
})
|
||||
window.addEventListener('resize', () => {
|
||||
// socialRown();
|
||||
|
||||
})
|
||||
function socialRown(){
|
||||
if(screen.width>1650){
|
||||
var wartosc=window.getComputedStyle(document.querySelector('.socials ')).getPropertyValue('right');
|
||||
document.querySelector('.szukajkaa').style.setProperty('right',wartosc);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user