From 1137f5461f838e8847a3d6690b3f1895d65c154b Mon Sep 17 00:00:00 2001 From: harukin Date: Mon, 19 Nov 2018 19:14:57 +0900 Subject: [PATCH] --- view/theme/plusfuture/css/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 9aa4190..6b20282 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2071,4 +2071,12 @@ a[title*="pawoo.net"]::after{ left: -576px; width: calc( 100% + 288px + 288px ); -} \ No newline at end of file +} + +@media screen and (min-width: 993px) { + .region_3-on{ + + left: -288px; + width: calc( 100% + 288px + 288px ); + } + } \ No newline at end of file