larger style

This commit is contained in:
les
2020-06-05 23:43:09 +02:00
parent dc94f433b9
commit 7ac37e0a12
2 changed files with 7 additions and 2 deletions

View File

@@ -52,7 +52,6 @@ p {
#content {
flex-grow: 1;
max-width: 1000px;
width: 100%;
margin: 0 auto;
}

View File

@@ -1,7 +1,7 @@
<template lang="pug">
section#home
.row.m-0.mt-1
#calbar.row.mt-1
.col-xl-7.col-lg-7.col-sm-6.col-xs-12.p-0
client-only
Calendar
@@ -50,7 +50,13 @@ export default {
}
</script>
<style lang='less'>
#calbar {
max-width: 1000px;
margin: 0 auto;
}
#events {
max-width: 1600px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: center;