We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dcc58f commit b2aa085Copy full SHA for b2aa085
css/style.css
@@ -157,7 +157,7 @@ video {
157
margin:40px auto;
158
border-radius:15px;
159
width:calc(50%);
160
- max-height:calc(75%);
+ max-height:calc(65vh);
161
height:auto;
162
}
163
#box {
index.html
@@ -55,6 +55,7 @@ <h1>Choose</h1>
55
<div class='tab'>
56
<h1>Maps</h1>
57
<div id='maps'></div>
58
+ <div class='button mainPageAlt' onclick='tab(1);'>Back</div>
59
</div>
60
<!-- 3 -->
61
0 commit comments