Fix homepage width
This commit is contained in:
parent
d2ca7b5195
commit
dd2ba5cc9a
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div class="home container">
|
||||
<div id="home" class="container">
|
||||
<div class="notification is-success" v-if="slack">
|
||||
<button class="delete" v-on:click="slack = false;closeNotification()"></button>
|
||||
Combine.fm has been added to your Slack workspace!
|
||||
|
@ -115,7 +115,7 @@ export default {
|
|||
.faq p {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.home {
|
||||
#home {
|
||||
max-width: 600px;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue