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);