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
No known key found for this signature in database
GPG key ID: 352918250B012177
3 changed files with 17 additions and 21 deletions

View file

@ -15,4 +15,21 @@ li {
.v-application .p-description.text-body-1 {
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>
<style style='less'>
.container {
max-width: 1400px;
}
</style>

View file

@ -144,18 +144,3 @@ export default {
}
}
</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>