From 5f91537c9e5ff6d8c3664fa81ec9b13ef0960d47 Mon Sep 17 00:00:00 2001 From: Aresn Date: Tue, 20 Aug 2024 16:31:00 +0800 Subject: [PATCH] Tue Aug 20 16:31:00 CST 2024 inscode --- src/App.vue | 9 +++++++++ src/assets/base.css | 1 + 2 files changed, 10 insertions(+) diff --git a/src/App.vue b/src/App.vue index 633a5df..d1d247f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -9,6 +9,7 @@ import TheWelcome from './components/TheWelcome.vue'
+
@@ -32,10 +33,18 @@ header { display: flex; place-items: center; padding-right: calc(var(--section-gap) / 2); + padding-left: calc(var(--section-gap) / 2); + } + + header .wrapper { + display: flex; + place-items: flex-start; + flex-wrap: wrap; } .logo { margin: 0 2rem 0 0; + } header .wrapper { diff --git a/src/assets/base.css b/src/assets/base.css index 71dc55a..59e9f4c 100644 --- a/src/assets/base.css +++ b/src/assets/base.css @@ -72,3 +72,4 @@ body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } +body{} padding-top: 160px;} \ No newline at end of file -- GitLab