Skip to content

Commit

Permalink
Merge pull request #54 from letswiftconf/dev-2023
Browse files Browse the repository at this point in the history
[2023] fix: 모바일 메뉴 sponsor 수정
  • Loading branch information
NEULiee authored Sep 8, 2023
2 parents be8604d + d68bb83 commit 47636d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions 2023/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

html {
scroll-behavior: smooth;
overflow-x: hidden;
/* max-width: 100vw; */
}

Expand Down
2 changes: 1 addition & 1 deletion 2023/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h1 class="logo">
<li><a href="#about">About</a></li>
<!-- <li><a href="#speakers">Speakers</a></li> -->
<li><a href="#programs">Program</a></li>
<li><a href="#sponsors" class="menu">Sponsor</a></li>
<li><a href="#sponsors">Sponsor</a></li>
<li><a href="#location">Location</a></li>
<li><a href="#organizers">Organizer</a></li>
<li><a href="javascript:void(0);">Ticket → <span id="ticketOpenMenu">9.22 ticket open</span></a></li>
Expand Down

0 comments on commit 47636d2

Please sign in to comment.