diff --git a/frontend/src/components/AppSection.vue b/frontend/src/components/AppSection.vue index cfb78c62..e8ace5e1 100644 --- a/frontend/src/components/AppSection.vue +++ b/frontend/src/components/AppSection.vue @@ -55,30 +55,17 @@ defineSlots(); padding: 30px 20px; } - &.node { - margin: 10px 20px 10px $toc-width + 20px !important; - } &.inset { padding: 30px 20px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } - &.left { - margin: 10px 20px; - } - &.medium { - &.center { - padding: 30px max(20px, calc((100% - $section) / 2)); - } - &.left { - padding: 5px 15px; - } + padding: 30px max(20px, calc((100% - $section) / 2)); } &.big { - padding: 30px 20px; - //padding: 30px max(20px, calc((100% - $section-big) / 2)); + padding: 30px max(20px, calc((100% - $section-big) / 2)); } &.normal { diff --git a/frontend/src/global/styles.scss b/frontend/src/global/styles.scss index efe198df..5a39e53a 100644 --- a/frontend/src/global/styles.scss +++ b/frontend/src/global/styles.scss @@ -37,7 +37,6 @@ h1 { font-weight: 600; font-size: 1.5rem; letter-spacing: 1px; - text-align: left; /** text-transform: uppercase; */ } @@ -47,7 +46,6 @@ h2 { padding: 10px 0; font-weight: 500; font-size: 1.3rem; - text-align: left; } h3 { @@ -57,7 +55,6 @@ h3 { padding: 10px 0; font-weight: 500; font-size: 1.1rem; - text-align: left; } /** elements */ diff --git a/frontend/src/pages/node/PageNode.vue b/frontend/src/pages/node/PageNode.vue index 5b1be23e..20f39db6 100644 --- a/frontend/src/pages/node/PageNode.vue +++ b/frontend/src/pages/node/PageNode.vue @@ -5,7 +5,7 @@