Commit 8d626ab0 authored by Le Dinh Trung's avatar Le Dinh Trung

rs containner

parent 4e0ffb37
...@@ -431,6 +431,9 @@ export default { ...@@ -431,6 +431,9 @@ export default {
</script> </script>
<style scoped> <style scoped>
.container {
max-width: 1185px !important;
}
.header-middle.sticky { .header-middle.sticky {
position: fixed; position: fixed;
width: 100%; width: 100%;
......
...@@ -270,6 +270,9 @@ export default { ...@@ -270,6 +270,9 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.container {
max-width: 1185px !important;
}
.v-card { .v-card {
transition: opacity .4s ease-in-out; transition: opacity .4s ease-in-out;
} }
......
...@@ -355,6 +355,9 @@ export default { ...@@ -355,6 +355,9 @@ export default {
</script> </script>
<style scoped> <style scoped>
.container {
max-width: 1185px !important;
}
.v-card { .v-card {
transition: opacity .4s ease-in-out; transition: opacity .4s ease-in-out;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment