Skip to content

Commit 791688f

Browse files
committed
Uge nummer
1 parent 41891c8 commit 791688f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/routes/skema/+page.svelte

+4-2
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,10 @@
310310
</script>
311311
312312
<div class="my-2 flex justify-between">
313-
<h1 class="heading {window.innerWidth < 768 ? 'hidden' : 'visible'}">{heading} (Uge {globalWeek})</h1>
314-
313+
<h1 class="heading">
314+
<p class={window.innerWidth < 768 ? 'hidden' : 'visible'}>{heading}</p>
315+
<p class="font-normal">Uge {globalWeek}</p>
316+
</h1>
315317
{#if cookie?.userId}
316318
<a
317319
class="btn hidden md:flex"

0 commit comments

Comments
 (0)