From c8477e976c17a6fa47db2f842135ced0b00d083c Mon Sep 17 00:00:00 2001 From: harukin Date: Mon, 19 Nov 2018 22:17:30 +0900 Subject: [PATCH] --- view/theme/plusfuture/css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 6b20282..4b58002 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -40,7 +40,8 @@ aside #right_aside_wrapper { main { margin-left: auto; margin-right: auto; - max-width: $main_widthpx; + /*カスタマイズ*/ + /*max-width: $main_widthpx;*/ } #overlay { @@ -2077,6 +2078,6 @@ a[title*="pawoo.net"]::after{ .region_3-on{ left: -288px; - width: calc( 100% + 288px + 288px ); + width: calc( 100% + 288px); } } \ No newline at end of file