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 { #content {
flex-grow: 1; flex-grow: 1;
max-width: 1000px;
width: 100%; width: 100%;
margin: 0 auto; margin: 0 auto;
} }

View File

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