Skip to content

Commit

Permalink
fix path for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Mar 6, 2024
1 parent d7d03b9 commit d26883a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<script defer type="module" src="main.js"></script>
<body>
<div class="wrapper">
<nav class="panel container" data-expanded={listExpanded}>
<nav class="panel container">
<h1>
<a href="/">WebGPU Samples</a>
</h1>
Expand Down
3 changes: 2 additions & 1 deletion public/css/MainLayout.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
top: 1em;
width: 36px;
height: 36px;
background-image: url(../../menu.svg);
background-image: url(../menu.svg);
background-size: cover;
}

Expand Down Expand Up @@ -77,6 +77,7 @@
.panel {
max-width: 100%;
height: auto;
overflow: hidden;
}

.expand {
Expand Down

0 comments on commit d26883a

Please sign in to comment.