diff --git a/src/assets/css/style.css b/src/assets/css/style.css index 919ac55..d2ab2e4 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -27,15 +27,6 @@ h6, color: #222222; text-transform: capitalize; } -html, -body, -#app { - width: 100%; - height: 100%; - overflow: hidden; - font-family: 'KaiseiOpti-Medium'; - color: #232323; -} @keyframes loading { 0% { transform: rotate(0deg); diff --git a/src/assets/css/style.less b/src/assets/css/style.less index 2d607f0..91343b3 100644 --- a/src/assets/css/style.less +++ b/src/assets/css/style.less @@ -22,15 +22,6 @@ h1, h2, h3, h4, h5, h6, .products-title{ color: #222222; text-transform: capitalize; } -html, -body, -#app { - width: 100%; - height: 100%; - overflow: hidden; - font-family: 'KaiseiOpti-Medium'; - color: #232323; -} @keyframes loading { 0% { diff --git a/src/pages/about-us/ecosystem.vue b/src/pages/about-us/ecosystem.vue index 7df44ec..5f456af 100644 --- a/src/pages/about-us/ecosystem.vue +++ b/src/pages/about-us/ecosystem.vue @@ -60,6 +60,8 @@ const {} = toRefs(data); background-color: #463a37; > .content{ max-width: 1200px; + margin: 0 auto; + padding: 100px 0; } } \ No newline at end of file