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 066a26e commit e4c4a49
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion css/workout_robot.css
Original file line number Diff line number Diff line change
Expand Up @@ -320,17 +320,35 @@
/* 모바일 */
@media screen and ( max-width: 767px ){

.header_inner{
padding: 0;
}
.header_content{
padding: 12px;
align-items: center;
width: 100vw;
}
.header_content > h1{
width: 24%;
}
.content_inner, .work_detail{
flex-direction: column;
}
.work_detail > .detail_inner{
display: flex;
flex-direction: column;
align-items: center;
box-sizing: border-box;
width: 88vw;
}
.mockup{
width: 100%;
background-size: contain;
background-repeat: no-repeat;
height: 30vh;
}
.discription{
width: 100%;
width: 88vw;
margin: 4vh 0;
padding: 0 6vw;
box-sizing: border-box;
Expand Down

0 comments on commit e4c4a49

Please sign in to comment.