Skip to content

Commit 9014eff

Browse files
committed
Fixes continuation of background in experiments section
1 parent 14e8247 commit 9014eff

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pages/index.vue

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ const data = await queryCollection("content")
66
</script>
77

88
<template>
9-
<div>
10-
<div
11-
class="bg-[url('/images/noise.svg')] bg-emerald-950"
12-
>
9+
<div class="bg-[url('/images/noise.svg')] bg-emerald-950 min-h-screen">
10+
<div>
1311
<section
1412
class="bg-gradient-to-b to-transparent py-2 from-background"
1513
>

0 commit comments

Comments
 (0)