From f341029e21b8bbc4839962e67188afc1857c6b7f Mon Sep 17 00:00:00 2001 From: Ruslan Makarov Date: Tue, 23 Jul 2024 09:08:28 +0700 Subject: [PATCH] Merge branch 'main' of https://github.com/vuesence/vue-webapp --- src/assets/styles/base.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/assets/styles/base.css b/src/assets/styles/base.css index 8889499..3373707 100644 --- a/src/assets/styles/base.css +++ b/src/assets/styles/base.css @@ -44,12 +44,12 @@ html.dark { } body { - // margin: 0; + /* // margin: 0; */ display: flex; place-items: center; min-width: 320px; - // background-color: white; - // min-height: 100vh; + /* // background-color: white; + // min-height: 100vh; */ margin: 0; width: 100%; min-width: 320px; @@ -68,14 +68,14 @@ body { } a { - // font-weight: 500; - // color: #646cff; + /* // font-weight: 500; + // color: #646cff; */ color: inherit; text-decoration: inherit; transition: color .25s; - // &:hover { + /* // &:hover { // color: #535bf2; - // } + // } */ } ol, @@ -173,10 +173,10 @@ select { } #app { - // min-height: 100vh; + /* // min-height: 100vh; */ width: var(--vwa-layout-max-width); max-width: var(--vwa-layout-max-width); margin: 0 auto; - // padding: 2em 2em 0; - // text-align: center; + /* // padding: 2em 2em 0; + // text-align: center; */ }