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 77d0879 commit 8a67600
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 323 deletions.
52 changes: 0 additions & 52 deletions css/workout_est.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,58 +16,6 @@
margin: 0 auto;
padding: 0 24px;
}
.header_line_top, .header_line_bottom{
height: 1px;
display: block;
background-color: #fff;
transform-origin: 0 0;
width: 100%;
}
.header_line_top{
height: 2px;
}
.header_content{
display: flex;
justify-content: space-between;
padding: 12px;
pointer-events: auto;
align-items: center;
}
.header_content > h1, .header_content > a, .header_content > span, .header_bottom_out > a > p{
color: #fff;
font-size: 1em;
text-decoration: none;
}
.header_content > span{
display: flex;
align-items: center;
}
.square{
width: 20px;
height: 20px;
margin: 8px;
background: radial-gradient(circle,white,grey);
text-align: center;
color: white;
animation-name : lotate;
animation-duration : 3s;
animation-iteration-count : infinite;
animation-timing-function : linear;
border-radius: 6px;
}
@keyframes lotate {
0% {
transform : rotate(0deg)
}

50% {
transform : rotate(180deg)
}

100% {
transform : rotate(360deg)
}
}
.header_bottom_out{
padding: 12px
}
Expand Down
90 changes: 29 additions & 61 deletions css/workout_glox.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,58 +16,6 @@
margin: 0 auto;
padding: 0 24px;
}
.header_line_top, .header_line_bottom{
height: 1px;
display: block;
background-color: #fff;
transform-origin: 0 0;
width: 100%;
}
.header_line_top{
height: 2px;
}
.header_content{
display: flex;
justify-content: space-between;
padding: 12px;
pointer-events: auto;
align-items: center;
}
.header_content > h1, .header_content > a, .header_content > span, .header_bottom_out > a > p{
color: #fff;
font-size: 1em;
text-decoration: none;
}
.header_content > span{
display: flex;
align-items: center;
}
.square{
width: 20px;
height: 20px;
margin: 8px;
background: radial-gradient(circle,white,grey);
text-align: center;
color: white;
animation-name : lotate;
animation-duration : 3s;
animation-iteration-count : infinite;
animation-timing-function : linear;
border-radius: 6px;
}
@keyframes lotate {
0% {
transform : rotate(0deg)
}

50% {
transform : rotate(180deg)
}

100% {
transform : rotate(360deg)
}
}
.header_bottom_out{
padding: 12px
}
Expand All @@ -76,7 +24,6 @@
margin: 0 auto;
margin-top: 15vh;
overflow: hidden;
padding: 0 clamp(24px,4vw,60px);
display: flex;
justify-content: center;
}
Expand Down Expand Up @@ -116,7 +63,6 @@
background: url(../img/glox-moc.png);
background-size: cover;
background-position-y: center;
background-position-x: center;
height: 70vh;
}
.discription{
Expand Down Expand Up @@ -201,8 +147,6 @@
width: 100%;
}

/* bottom section */

.contact{
position: relative;
width: 100%;
Expand Down Expand Up @@ -253,7 +197,6 @@
font-size: 0.7rem;
}


/* pc */

@media screen and ( min-width: 1026px ){
Expand Down Expand Up @@ -325,18 +268,42 @@
/* 모바일 */
@media screen and ( max-width: 767px ){

.header_inner{
padding: 0;
}
.header_content{
padding: 12px 4px;
align-items: center;
width: 100vw;
justify-content: normal;
}
.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;
}
.other_project{
padding: calc(1vh + 2vw + 1rem) 0;
}
.mockup{
width: 100%;
background-size: contain;
background-repeat: no-repeat;
height: 30vh;
}
.discription{
width: 100%;
width: 100vw;
margin: 4vh 0;
padding: 0 6vw;
box-sizing: border-box;
}
.detail_page > img{
content: url(../img/glox_mb.png);
Expand All @@ -358,8 +325,9 @@
font-size: 30px;
}
.contact{
flex-direction: column;
padding: 15vh calc(1vh + 1vw + 2rem);
width: 96vw;
display: block;
padding: 15vh 2vw;
align-items: flex-start;
}
.contact_inner > div:nth-child(1) > p{
Expand All @@ -376,6 +344,6 @@
position: absolute;
bottom: 1rem;
left: 50%;
transform: translate(-50%,0);
transform: translate(-75%,0);
}
}
52 changes: 0 additions & 52 deletions css/workout_nike.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,58 +16,6 @@
margin: 0 auto;
padding: 0 24px;
}
.header_line_top, .header_line_bottom{
height: 1px;
display: block;
background-color: #fff;
transform-origin: 0 0;
width: 100%;
}
.header_line_top{
height: 2px;
}
.header_content{
display: flex;
justify-content: space-between;
padding: 12px;
pointer-events: auto;
align-items: center;
}
.header_content > h1, .header_content > a, .header_content > span, .header_bottom_out > a > p{
color: #fff;
font-size: 1em;
text-decoration: none;
}
.header_content > span{
display: flex;
align-items: center;
}
.square{
width: 20px;
height: 20px;
margin: 8px;
background: radial-gradient(circle,white,grey);
text-align: center;
color: white;
animation-name : lotate;
animation-duration : 3s;
animation-iteration-count : infinite;
animation-timing-function : linear;
border-radius: 6px;
}
@keyframes lotate {
0% {
transform : rotate(0deg)
}

50% {
transform : rotate(180deg)
}

100% {
transform : rotate(360deg)
}
}
.header_bottom_out{
padding: 12px
}
Expand Down
52 changes: 0 additions & 52 deletions css/workout_robot.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,58 +16,6 @@
margin: 0 auto;
padding: 0 24px;
}
.header_line_top, .header_line_bottom{
height: 1px;
display: block;
background-color: #fff;
transform-origin: 0 0;
width: 100%;
}
.header_line_top{
height: 2px;
}
.header_content{
display: flex;
justify-content: space-between;
padding: 12px;
pointer-events: auto;
align-items: center;
}
.header_content > h1, .header_content > a, .header_content > span, .header_bottom_out > a > p{
color: #fff;
font-size: 1em;
text-decoration: none;
}
.header_content > span{
display: flex;
align-items: center;
}
.square{
width: 20px;
height: 20px;
margin: 8px;
background: radial-gradient(circle,white,grey);
text-align: center;
color: white;
animation-name : lotate;
animation-duration : 3s;
animation-iteration-count : infinite;
animation-timing-function : linear;
border-radius: 6px;
}
@keyframes lotate {
0% {
transform : rotate(0deg)
}

50% {
transform : rotate(180deg)
}

100% {
transform : rotate(360deg)
}
}
.header_bottom_out{
padding: 12px
}
Expand Down
Loading

0 comments on commit 8a67600

Please sign in to comment.