move relevant style to global style.less assets
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
@@ -198,9 +198,3 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style style='less'>
|
|
||||||
.container {
|
|
||||||
max-width: 1400px;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -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>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user