提交 5f91537c 编写于 作者: View Design's avatar View Design

Tue Aug 20 16:31:00 CST 2024 inscode

上级 79c5bd79
......@@ -9,6 +9,7 @@ import TheWelcome from './components/TheWelcome.vue'
<div class="wrapper">
<HelloWorld msg="You did it!" />
</div>
</header>
......@@ -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 {
......
......@@ -72,3 +72,4 @@ body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body{} padding-top: 160px;}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册