Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fdgh134 committed Oct 17, 2024
1 parent 5077b25 commit e0e87aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion css/workout_robot.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
margin: 0 auto;
margin-top: 15vh;
overflow: hidden;
padding: 0 clamp(24px,4vw,60px);
display: flex;
justify-content: center;
}
Expand Down
6 changes: 3 additions & 3 deletions css/workout_torder.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
margin: 0 auto;
margin-top: 15vh;
overflow: hidden;
padding: 0 clamp(24px,4vw,60px);
display: flex;
justify-content: center;
}

.line{
Expand Down Expand Up @@ -293,7 +293,7 @@
margin: 4vh 0;
}
.detail_page > img{
content: url(../img/metapos_main_tb.png);
content: url(../img/metapos_tableorder_tb.png);
}
.work_info > ul > li, .work_title > span{
font-size: 28px;
Expand Down Expand Up @@ -338,7 +338,7 @@
margin: 4vh 0;
}
.detail_page > img{
content: url(../img/metapos_main_mb.png);
content: url(../img/metapos_tableorder_mb.png);
}
.work_info > div > p, .detail_discription > p, .work_info > ul > li, .work_title > span{
font-size: 14px;
Expand Down

0 comments on commit e0e87aa

Please sign in to comment.