Falta construidos, form corporativos, testimonios, carro

This commit is contained in:
2021-01-02 17:08:58 -03:00
parent ec238c5ca5
commit 57e13ccabb
16 changed files with 1781 additions and 708 deletions

View File

@ -1,5 +1,5 @@
function resize() {
let p = 400 / 1030
let p = 400 / 944
$('.container').each(function(i, el) {
let height = $(this).height
let width = $(this).width
@ -9,11 +9,12 @@ function resize() {
}
$(document).ready(function() {
$('.sticky').sticky({
$('.menu.sticky').sticky()
$('.column2 .sticky').sticky({
context: '#column'
})
$('.shopping.cart').innerText = 0
window.onresize = resize;
//window.onresize = resize;
})