update contact form and hugo modules

This commit is contained in:
somrat sorkar
2023-08-06 08:19:16 +06:00
parent 3e2ac9f852
commit 758bc53106
12 changed files with 259 additions and 244 deletions

View File

@@ -164,7 +164,7 @@ function initialize() {
null,
null,
null,
new google.maps.Size(30, 50)
new google.maps.Size(30, 50),
);
marker = new google.maps.Marker({
position: nottingham,

View File

@@ -371,7 +371,9 @@ button.swiper-pagination-bullet {
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
display: inline-block;
transition: 200ms transform, 200ms top;
transition:
200ms transform,
200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
@@ -390,12 +392,16 @@ button.swiper-pagination-bullet {
.swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
transition: 200ms transform, 200ms left;
transition:
200ms transform,
200ms left;
}
.swiper-horizontal.swiper-rtl
> .swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
transition: 200ms transform, 200ms right;
transition:
200ms transform,
200ms right;
}
/* Progress */
.swiper-pagination-progressbar {

File diff suppressed because it is too large Load Diff