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,5 +1,5 @@
<template>
<v-container id='home' fluid>
<v-container class='px-0' fluid>
<h1 class='d-block text-h3 font-weight-black text-center align-center text-uppercase mt-10 mb-12 mx-auto w-100 text-underline'><u>{{cohort}}</u></h1>

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

View File

@@ -1,7 +1,6 @@
<template>
<v-container id='home' fluid>
<h1 class='d-block text-h4 font-weight-black text-center text-uppercase mt-5 mx-auto w-100 text-underline'><u>{{place.name}}</u></h1>
<v-container class='px-0' fluid>
<h1 class='d-block text-h4 font-weight-black text-center text-uppercase mt-10 mx-auto w-100 text-underline'><u>{{place.name}}</u></h1>
<span class="d-block text-subtitle text-center w-100 mb-14">{{place.address}}</span>
<!-- Events -->

View File

@@ -1,7 +1,7 @@
<template>
<v-container id='home' fluid>
<v-container class='px-0' fluid>
<h1 class='d-block text-h3 font-weight-black text-center align-center text-uppercase mt-5 mb-16 mx-auto w-100 text-underline'><u>{{tag}}</u></h1>
<h1 class='d-block text-h3 font-weight-black text-center text-uppercase mt-10 mb-16 mx-auto w-100 text-underline'><u>{{tag}}</u></h1>
<!-- Events -->
<div class="mb-2 mt-1 pl-1 pl-sm-2" id="events">