move relevant style to global style.less assets
This commit is contained in:
parent
e0865ae7d7
commit
4d86e07e65
3 changed files with 17 additions and 21 deletions
|
@ -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;
|
||||
}
|
|
@ -198,9 +198,3 @@ export default {
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style style='less'>
|
||||
.container {
|
||||
max-width: 1400px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue