From f483b9dcd9800601d465e108bf4978f16b98f88a Mon Sep 17 00:00:00 2001 From: isol2011 Date: Fri, 3 Jun 2022 18:25:48 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B0=80=EC=98=A8=EC=95=A4=20=EC=B2=B4?= =?UTF-8?q?=ED=81=AC=EB=A6=AC=EC=8A=A4=ED=8A=B8=20=EC=A0=81=EC=9A=A93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 공유하기 버튼 동그라미 아이콘으로 변환 --- .../webapp/WEB-INF/views/ftl/m/memory/memory_daily.ftl | 9 ++++++--- .../webapp/WEB-INF/views/ftl/m/memory/memory_week.ftl | 9 ++++++--- src/main/webapp/m/css/style.css | 6 ++++++ 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_daily.ftl b/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_daily.ftl index 470a4a0..7db366c 100644 --- a/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_daily.ftl +++ b/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_daily.ftl @@ -101,9 +101,12 @@ -
- <#-- --> - +
+
diff --git a/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_week.ftl b/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_week.ftl index c497ff3..e529beb 100644 --- a/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_week.ftl +++ b/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_week.ftl @@ -189,9 +189,12 @@ -
-<#-- --> - +
+
diff --git a/src/main/webapp/m/css/style.css b/src/main/webapp/m/css/style.css index b788bf4..b06319e 100644 --- a/src/main/webapp/m/css/style.css +++ b/src/main/webapp/m/css/style.css @@ -17474,4 +17474,10 @@ color: white; .cart_list .item img{ width: 30%; height: 19px; +} + +.fix_center { + display: flex; + justify-content: center; + align-items: center; } \ No newline at end of file