Skip to content

Commit b2aa085

Browse files
committed
minor fixes
1 parent 3dcc58f commit b2aa085

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

css/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ video {
157157
margin:40px auto;
158158
border-radius:15px;
159159
width:calc(50%);
160-
max-height:calc(75%);
160+
max-height:calc(65vh);
161161
height:auto;
162162
}
163163
#box {

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ <h1>Choose</h1>
5555
<div class='tab'>
5656
<h1>Maps</h1>
5757
<div id='maps'></div>
58+
<div class='button mainPageAlt' onclick='tab(1);'>Back</div>
5859
</div>
5960
<!-- 3 -->
6061
<div class='tab'>

0 commit comments

Comments
 (0)