From: yamat0jp Date: Sat, 30 Sep 2017 12:10:17 +0000 (+0900) Subject: indexpage smart phone X-Git-Url: http://git.osdn.net/view?p=pybbs%2Fpybbs.git;a=commitdiff_plain;h=75d228367e307a0414e27faf052ad65281df956f indexpage smart phone --- 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 {