Fix homepage width

This commit is contained in:
Jonathan Cremin 2021-01-23 16:59:26 +00:00
parent d2ca7b5195
commit dd2ba5cc9a

View file

@ -1,5 +1,5 @@
<template> <template>
<div class="home container"> <div id="home" class="container">
<div class="notification is-success" v-if="slack"> <div class="notification is-success" v-if="slack">
<button class="delete" v-on:click="slack = false;closeNotification()"></button> <button class="delete" v-on:click="slack = false;closeNotification()"></button>
Combine.fm has been added to your Slack workspace! Combine.fm has been added to your Slack workspace!
@ -115,7 +115,7 @@ export default {
.faq p { .faq p {
margin-bottom: 30px; margin-bottom: 30px;
} }
.home { #home {
max-width: 600px; max-width: 600px;
margin-top: 40px; margin-top: 40px;
} }