added in map and links on contact page

This commit is contained in:
2021-08-10 10:06:32 +01:00
parent 8254cbdeb7
commit ac236339d4
3 changed files with 47 additions and 6 deletions
+15
View File
@@ -744,3 +744,18 @@ ul#sharePageLinks.active {
color: #fff;
}
}
.map-responsive {
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
height: 0;
}
.map-responsive iframe {
left: 0;
top: 0;
height: 100%;
width: 100%;
position: absolute;
}