Skip to content

Commit

Permalink
feat: 데스크탑 화면 너비 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kckc0608 committed Jul 3, 2024
1 parent eae72cd commit 0d52434
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" href="style/history.css" />
<link rel="stylesheet" href="style/animation.css" />
<link rel="stylesheet" href="style/side_menu.css" />
<link rel="stylesheet" href="style/section.css">
<link rel="stylesheet" href="style/section.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap"
Expand Down Expand Up @@ -42,7 +42,7 @@ <h1 id="header_logo_name">에버듀</h1>
</a>
<nav class="header_menu">
<ul>
<li><a href="aboutme">About Me</a></li>
<li><a href="./index.html">About Me</a></li>
<li>
<a
href="#"
Expand Down Expand Up @@ -114,7 +114,7 @@ <h2 class="section_title" id="section_project">Project</h2>
>
</div>
<div class="project_desc section_content">
<div style="text-align: center; padding: 5% 0;">설명을 보고 싶은 프로젝트를 클릭해보세요.</div>
<div style="text-align: center; padding: 5% 0">설명을 보고 싶은 프로젝트를 클릭해보세요.</div>
</div>
<script src="script/project_desc.js"></script>
</section>
Expand Down
3 changes: 1 addition & 2 deletions style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@
}
}

@media screen and (min-width: 1200px) {
@media screen and (min-width: 600px) {
.header_content {
margin: 0 auto;
width: 1200px;
}
.mid_content {
margin: 0 auto;
width: 1200px;
}
}

Expand Down

0 comments on commit 0d52434

Please sign in to comment.