質問編集履歴
1
widthの指定部分に単位のpxが抜けていたのが原因だと思い修正しましたが直りませんでした。
test
CHANGED
File without changes
|
test
CHANGED
@@ -24,7 +24,7 @@
|
|
24
24
|
|
25
25
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
26
26
|
|
27
|
-
<link rel="stylesheet" type="text/css" href="./style.css"
|
27
|
+
<link rel="stylesheet" type="text/css" href="./style.css">
|
28
28
|
|
29
29
|
</head>
|
30
30
|
|
@@ -42,7 +42,7 @@
|
|
42
42
|
|
43
43
|
```css
|
44
44
|
|
45
|
-
@media screen and(max-width:640){
|
45
|
+
@media screen and(max-width:640px){
|
46
46
|
|
47
47
|
p{
|
48
48
|
|