From 8a09ae90b398b9b0d5fdbf413aa0d9e31ddf188b Mon Sep 17 00:00:00 2001 From: harukin Date: Mon, 19 Nov 2018 10:57:09 +0900 Subject: [PATCH] --- view/theme/plusfuture/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index c7f11d7..27aff8e 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2059,7 +2059,11 @@ a[title*="pawoo.net"]::after{ } .shared_container::after{ - height: 10px; + height: 20px; content: ""; display: block; +} +.shared_container > div{ + margin-left: 20px; + margin-right: 20px; } \ No newline at end of file