From 066a26e09328935ff3d2da3aa70d4118242d5d44 Mon Sep 17 00:00:00 2001 From: fdgh134 Date: Thu, 17 Oct 2024 09:26:44 +0900 Subject: [PATCH] fix --- css/workout_robot.css | 2 ++ css/workout_torder.css | 2 ++ 2 files changed, 4 insertions(+) diff --git a/css/workout_robot.css b/css/workout_robot.css index a652dd0..e1a454b 100644 --- a/css/workout_robot.css +++ b/css/workout_robot.css @@ -332,6 +332,8 @@ .discription{ width: 100%; margin: 4vh 0; + padding: 0 6vw; + box-sizing: border-box; } .detail_page > img{ content: url(../img/metapos_robot_mb.png); diff --git a/css/workout_torder.css b/css/workout_torder.css index 5f6f9e7..3adc7f7 100644 --- a/css/workout_torder.css +++ b/css/workout_torder.css @@ -336,6 +336,8 @@ .discription{ width: 100%; margin: 4vh 0; + padding: 0 6vw; + box-sizing: border-box; } .detail_page > img{ content: url(../img/metapos_tableorder_mb.png);