Skip to content

Commit 882f52e

Browse files
committed
Add viewport meta tag and full-screen body style
1 parent 32790f1 commit 882f52e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html><html lang="en">
22
<head>
33
<meta charset="UTF-8">
4+
<meta name="viewport" content="width=device-width, initial-scale=1">
45
<title>CapCut SRT Generator - Convert your script to SRT format for easy subtitles in CapCut</title>
56
<style>
67
* { box-sizing: border-box; }
@@ -10,7 +11,9 @@
1011
font-family: 'Segoe UI', sans-serif;
1112
margin: 0;
1213
padding: 20px;
14+
width: 100vw;
1315
height: 100vh;
16+
overflow: hidden;
1417
display: flex;
1518
flex-direction: column;
1619
}

0 commit comments

Comments
 (0)