Skip to content

Commit

Permalink
최종본
Browse files Browse the repository at this point in the history
  • Loading branch information
nuykeeh committed Jun 7, 2024
1 parent 685b6a5 commit 05a0ced
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file modified images/13min.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,10 @@ body{
width: 1470px;
height: 6440px;
}
#min{
width: 375px;
height: 5681px;
}
@media screen and (max-width: 1500px) {
/* 1920x1080 이상이 아닌 경우 */
#master {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@
</div>
</div>
<div id="small"><img id="noto" src="./images/noto.png" alt=""></div>
<div id="iphone"><img src="./images/13min.png" alt=""></div>
<div id="iphone"><img id="min" src="./images/13min.png" alt=""></div>
</body>

</html>

0 comments on commit 05a0ced

Please sign in to comment.