diff --git a/public/css/services/services.css b/public/css/services/services.css index 5b2d7f5e..070aa292 100644 --- a/public/css/services/services.css +++ b/public/css/services/services.css @@ -16,4 +16,15 @@ div ul li { padding: 1rem; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; +} + +@media (max-width: 768px) { + .card img { + display: none; + } + + .card { + width: 95%; + margin-left: 1rem; + } } \ No newline at end of file diff --git a/public/css/show/style.css b/public/css/show/style.css index b16548db..fd8e0666 100644 --- a/public/css/show/style.css +++ b/public/css/show/style.css @@ -2423,16 +2423,16 @@ h2 .myFont { } .preload .screen { - width: 5rem; + width: 4rem; box-shadow: none !important; - height: 4rem; + height: 3rem; } @media (max-width: 768px) { /* preload */ .preload .screen { - width: 4rem !important; - height: 3rem !important; + width: 3rem !important; + height: 2rem !important; } } \ No newline at end of file diff --git a/public/js/butter/butter.js b/public/js/butter/butter.js index c2ae52e2..37a81121 100644 --- a/public/js/butter/butter.js +++ b/public/js/butter/butter.js @@ -7,7 +7,7 @@ this.defaults = { wrapperId: 'butter', - wrapperDamper: 0.08, + wrapperDamper: 0.06, cancelOnTouch: true, } diff --git a/views/index.ejs b/views/index.ejs index 30294945..58d3bce1 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -42,8 +42,8 @@