From 75d228367e307a0414e27faf052ad65281df956f Mon Sep 17 00:00:00 2001 From: yamat0jp Date: Sat, 30 Sep 2017 21:10:17 +0900 Subject: [PATCH] indexpage smart phone --- static/css/main.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/css/main.css b/static/css/main.css index 6ceb9cd..3dc8385 100755 --- a/static/css/main.css +++ b/static/css/main.css @@ -47,9 +47,17 @@ header p { display:inline } +@media only screen and (min-width:599px){ header textarea { width:100%; height:150px; + } +} +@media only screen and (max-width:599px){ +header textarea { + width:70%; + height:90px + } } button { -- 2.11.0