From 5077b25fdf99421f2e18165fbee102e8c7d31ddd Mon Sep 17 00:00:00 2001 From: fdgh134 Date: Thu, 17 Oct 2024 09:23:34 +0900 Subject: [PATCH] Update workout_robot.css --- css/workout_robot.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/workout_robot.css b/css/workout_robot.css index 003edf1..1f8a69a 100644 --- a/css/workout_robot.css +++ b/css/workout_robot.css @@ -78,6 +78,7 @@ overflow: hidden; padding: 0 clamp(24px,4vw,60px); display: flex; + justify-content: center; } .line{ @@ -289,7 +290,7 @@ margin: 4vh 0; } .detail_page > img{ - content: url(../img/metapos_main_tb.png); + content: url(../img/metapos_robot_tb.png); } .work_info > ul > li, .work_title > span{ font-size: 28px; @@ -334,7 +335,7 @@ margin: 4vh 0; } .detail_page > img{ - content: url(../img/metapos_main_mb.png); + content: url(../img/metapos_robot_mb.png); } .work_info > div > p, .detail_discription > p, .work_info > ul > li, .work_title > span{ font-size: 14px;