larger style
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user