From 8c9e0b9450d1f6f6ed7dc1cbd8cfc3233e33e301 Mon Sep 17 00:00:00 2001 From: s-nakajima Date: Wed, 17 Aug 2016 10:27:00 +0900 Subject: [PATCH] =?UTF-8?q?iframe=E3=81=AE=E3=81=A8=E3=81=8D=E3=80=81?= =?UTF-8?q?=E6=90=BA=E5=B8=AF=E3=81=A7=E8=A6=8B=E3=82=8B=E3=81=A8=E3=83=95?= =?UTF-8?q?=E3=83=AC=E3=83=BC=E3=83=A0=E3=81=8B=E3=82=89=E3=81=AF=E3=81=BF?= =?UTF-8?q?=E5=87=BA=E3=82=8B=E3=81=9F=E3=82=81=E3=80=81max-width:=20100%?= =?UTF-8?q?=E3=82=92=E8=BF=BD=E5=8A=A0=E3=81=99=E3=82=8B=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webroot/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webroot/css/style.css b/webroot/css/style.css index acfc3392..b297c977 100644 --- a/webroot/css/style.css +++ b/webroot/css/style.css @@ -319,6 +319,10 @@ ul.nav-pills { margin-bottom: 4px; } +.frame iframe { + max-width: 100%; +} + /** * コンテンツリストの各コンテンツのスタイル */