Skip to content

Commit

Permalink
#35 위치 조절
Browse files Browse the repository at this point in the history
  • Loading branch information
stories2 committed Jun 19, 2021
1 parent ee997ba commit 1a07652
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions public/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,10 @@ A:hover {text-decoration:none; color: red;}
span.live {
font-size: 17.3px;
}

img.title {
margin-top: 240px;
}
}
@media (min-width:500px) and (max-width: 576px) {
div.block1-title div {
Expand Down Expand Up @@ -422,6 +426,10 @@ A:hover {text-decoration:none; color: red;}
span.live {
font-size: 25px;
}

img.title {
margin-top: 200px;
}
}
@media (min-width:576px) and (max-width: 768px) {
div.title-ribbon img {
Expand Down Expand Up @@ -461,6 +469,10 @@ A:hover {text-decoration:none; color: red;}
transform: rotate(-7deg);
padding-left: 20px;
}

img.title {
margin-top: 225px;
}
}
@media (min-width:768px) and (max-width: 992px) {
div.block1-title div {
Expand Down Expand Up @@ -490,6 +502,10 @@ A:hover {text-decoration:none; color: red;}
transform: rotate(-7deg);
padding-left: 15px;
}

img.title {
margin-top: 250px;
}
}
@media (min-width:992px) and (max-width: 1200px) {
div.block1-title div {
Expand Down Expand Up @@ -519,4 +535,8 @@ A:hover {text-decoration:none; color: red;}
transform: rotate(-7deg);
padding-left: 10px;
}

img.title {
margin-top: 300px;
}
}

0 comments on commit 1a07652

Please sign in to comment.