From 62b6050d81bbf00fc73ad507aed1dc07329427e7 Mon Sep 17 00:00:00 2001 From: Ohyeon Date: Fri, 24 Apr 2020 21:08:43 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=84=B0=ED=99=9C=EB=8F=99?= =?UTF-8?q?=EA=B0=80=20=EC=BB=A4=EB=AE=A4=EB=8B=88=ED=8B=B0=20=EB=B0=B0?= =?UTF-8?q?=EB=84=88=20=EB=94=94=EC=9E=90=EC=9D=B8=EC=9D=84=20=EA=B0=9C?= =?UTF-8?q?=EC=84=A0=ED=95=A9=EB=8B=88=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/application/_aside.html.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/application/_aside.html.haml b/app/views/application/_aside.html.haml index ad561f8..6825c0f 100644 --- a/app/views/application/_aside.html.haml +++ b/app/views/application/_aside.html.haml @@ -22,9 +22,9 @@ %section .mb-4 - .border.p-3 + .bg-white.border.p-3 .media = image_tag 'parti_symbol.png', width: 70, class: "mr-3" .media-body - %h5.mt-0= link_to '빠띠 데이터 활동가 커뮤니티', "https://democracy-activists.parti.xyz/p/data_activists", target: "_blank", class: "text-dark" - = link_to "데이터로 더 투명하고 신뢰하는 사회를 만듭니다", "https://democracy-activists.parti.xyz/p/data_activists", target: "_blank", class: "text-dark" + %h5.m-0= link_to '빠띠 데이터 활동가 커뮤니티', "https://democracy-activists.parti.xyz/p/data_activists", target: "_blank", class: "text-dark" + %small= link_to "데이터로 더 투명하고 신뢰하는 사회를 만듭니다", "https://democracy-activists.parti.xyz/p/data_activists", target: "_blank", class: "text-dark"