cleaner layout

This commit is contained in:
lesion
2022-06-07 21:08:47 +02:00
parent 1a7864b480
commit 080ffca56e
7 changed files with 22 additions and 21 deletions

View File

@@ -1,8 +1,8 @@
<template lang="pug">
v-container#home(fluid)
v-container.pa-0
//- Announcements
#announcements.mx-1.mt-1(v-if='announcements.length')
#announcements.ma-2(v-if='announcements.length')
Announcement(v-for='announcement in announcements' :key='`a_${announcement.id}`' :announcement='announcement')
//- Calendar and search bar