This commit is contained in:
2025-11-29 20:54:42 +00:00
parent 66b5162a75
commit 8a631b3dae
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<template> <template>
<h2>What've been listening to recently</h2> <h2 class="center-content">What've been listening to recently</h2>
<div class="flex-row"> <div class="flex-row">
<div <div
v-for="(song, idx) in played" v-for="(song, idx) in played"

View File

@@ -6,8 +6,8 @@ import Radio from "@/components/Radio.vue";
<template> <template>
<main class="flex-row"> <main class="flex-row">
<div class="border4 tile1"> <div class="border4 tile1 shadow1">
<div class="border2 bg-white shadow1 fill"> <div class="bg-white fill">
<img src="/img/epic.jpeg" /> <img src="/img/epic.jpeg" />
<div class="margin1"> <div class="margin1">
<h1>Welcome</h1> <h1>Welcome</h1>
@@ -52,7 +52,7 @@ import Radio from "@/components/Radio.vue";
</div> --> </div> -->
<div class="border1 tile1"> <div class="border1 tile1">
<Radio class="border2 fill bg-white shadow1" /> <Radio class="fill bg-white shadow1" />
</div> </div>
<div class="border1 tile3"> <div class="border1 tile3">