Skip to content

Commit 968ef38

Browse files
committed
media querry added
1 parent 67427b5 commit 968ef38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Go-Corona-Go</title>
88
<link rel="stylesheet" href="style.css">
9-
<link rel="stylesheet" media="screen and (max-width : 736px)" href="phone.css">
9+
<link rel="stylesheet" media="screen and (max-width : 815px)" href="phone.css">
1010
<script defer src="game.js"></script>
1111
</head>
1212

phone.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
background-size: cover;
55
border: 10px solid black;
66
width: 700px;
7-
height: 380px;
7+
height: 340px;
88
}

0 commit comments

Comments
 (0)