Skip to content

Commit a42463a

Browse files
committed
Fix layout on mobile
1 parent 8089d51 commit a42463a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/juice/templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<body>
3131
{% block header %}
3232

33-
<header class="pos-absolute" style="background-color: transparent">
33+
<header style="background-color: transparent">
3434
{{ macros::render_header() }}
3535
</header>
3636

@@ -151,4 +151,4 @@ <h3 class="title-text">
151151
items.forEach(item => observer.observe(item));
152152
</script>
153153

154-
</html>
154+
</html>

0 commit comments

Comments
 (0)