OSDN Git Service

indexpage smart phone
authoryamat0jp <yamat0jp@yahoo.co.jp>
Sat, 30 Sep 2017 12:10:17 +0000 (21:10 +0900)
committeryamat0jp <yamat0jp@yahoo.co.jp>
Sat, 30 Sep 2017 12:10:17 +0000 (21:10 +0900)
static/css/main.css

index 6ceb9cd..3dc8385 100755 (executable)
@@ -47,9 +47,17 @@ header p {
     display:inline\r
 }\r
 \r
+@media only screen and (min-width:599px){\r
 header textarea {\r
     width:100%;\r
     height:150px;\r
+       }\r
+}\r
+@media only screen and (max-width:599px){\r
+header textarea {\r
+       width:70%;\r
+       height:90px\r
+       }\r
 }\r
 \r
 button {\r