Skip to content

Commit 390410c

Browse files
committed
fix html error, iframe and lang
1 parent 6333a68 commit 390410c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

css/stisla.css

+2
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,8 @@ footer i {
756756
}
757757
.maps {
758758
margin-bottom: 40px;
759+
width: 100%;
760+
height: 250px;
759761
}
760762
section.callout .text {
761763
text-align: center;

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width,initial-scale=1">
@@ -256,7 +256,7 @@ <h2 class="section-title text-center">Contact Us</h2>
256256
<li><i class="ion ion-ios-telephone"></i> <div>+6212345123</div></li>
257257
<li><i class="ion ion-ios-email"></i> <div>[email protected]</div></li>
258258
</ul>
259-
<iframe src="https://snazzymaps.com/embed/10159" width="100%" height="250px" style="border:none;" class="maps"></iframe>
259+
<iframe src="https://snazzymaps.com/embed/10159" style="border:none;" class="maps"></iframe>
260260
</div>
261261
<div class="col-12 col-md-7">
262262
<form class="contact row" id="contact-form">

0 commit comments

Comments
 (0)