move relevant style to global style.less assets

This commit is contained in:
les
2021-03-16 19:55:54 +01:00
parent e0865ae7d7
commit 4d86e07e65
3 changed files with 17 additions and 21 deletions

View File

@@ -15,4 +15,21 @@ li {
.v-application .p-description.text-body-1 { .v-application .p-description.text-body-1 {
letter-spacing: normal !important; letter-spacing: normal !important;
}
#home {
max-width: 1400px;
padding-right: 0px;
overflow: hidden;
}
#events {
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.container {
max-width: 1400px;
} }

View File

@@ -198,9 +198,3 @@ export default {
} }
} }
</script> </script>
<style style='less'>
.container {
max-width: 1400px;
}
</style>

View File

@@ -144,18 +144,3 @@ export default {
} }
} }
</script> </script>
<style lang='less'>
#home {
max-width: 1400px;
padding-right: 0px;
overflow: hidden;
}
#events {
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
</style>