Skip to content

Commit

Permalink
Update workout_robot.css
Browse files Browse the repository at this point in the history
  • Loading branch information
fdgh134 committed Oct 17, 2024
1 parent 0834f91 commit 5077b25
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions css/workout_robot.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
overflow: hidden;
padding: 0 clamp(24px,4vw,60px);
display: flex;
justify-content: center;
}

.line{
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 5077b25

Please sign in to comment.