ceckenrode
commited on
Commit
•
8f2cc95
1
Parent(s):
d9f61d1
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -2,14 +2,14 @@
|
|
2 |
<html>
|
3 |
<head>
|
4 |
<meta charset="utf-8" />
|
5 |
-
<meta name="viewport" content="width=device-width" />
|
6 |
<title>My static Space</title>
|
7 |
<style>
|
8 |
iframe {
|
9 |
display: block;
|
10 |
margin: 20px auto;
|
11 |
max-width: 100%;
|
12 |
-
height:
|
13 |
}
|
14 |
</style>
|
15 |
</head>
|
|
|
2 |
<html>
|
3 |
<head>
|
4 |
<meta charset="utf-8" />
|
5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
6 |
<title>My static Space</title>
|
7 |
<style>
|
8 |
iframe {
|
9 |
display: block;
|
10 |
margin: 20px auto;
|
11 |
max-width: 100%;
|
12 |
+
height: calc(100vh - 100px);
|
13 |
}
|
14 |
</style>
|
15 |
</head>
|