Skip to content

Commit

Permalink
fix: apply background to entire page
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 1, 2024
1 parent bd590cf commit 744dccc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="font-sans text-white min-h-screen min-w-screen flex flex-col items-start justify-start bg-[#212121]">
<div class="font-sans text-white min-h-screen min-w-screen flex flex-col items-start justify-start">
<div class="flex flex-col justify-start mt-4 sm:mt-8 md:my-12 p-4 gap-8 md:gap-12 flex-grow">
<h1 class="flex flex-row gap-4 text-white text-3xl md:text-5xl">
<span class="text-green-400">&raquo;</span>
Expand Down Expand Up @@ -142,6 +142,7 @@ useHead({
useServerHead({
htmlAttrs: {
lang: 'en',
class: 'bg-[#212121]'
},
link: [
{
Expand Down

0 comments on commit 744dccc

Please sign in to comment.