Skip to content

Commit fce4877

Browse files
author
Vue Play
committed
Stored by Vue Play
1 parent 5a8e60b commit fce4877

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/views/About.vue

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
<div class="bg-slate-100 flex flex-col h-screen overflow-auto">
33
<Meta />
44
<VueNavigator class="mb-5 z-20" />
5-
<header>
5+
<div
6+
class="header"
7+
style="l"
8+
>
69
<div
710
style="background-size:contain;background-position:center;background-repeat:no-repeat;width:266px;height:125px;margin-right:auto;margin-left:auto;margin-top:0px;position:relative;max-width:calc(100% - 100px);margin-bottom:-20px;left:5px"
811
class="logo"
@@ -24,7 +27,7 @@
2427
Create Vue Applications
2528
using a Visual Designer
2629
</h1>
27-
</header>
30+
</div>
2831
<main
2932
style="width:100%"
3033
class="grow"
@@ -374,7 +377,7 @@
374377
width: 100%;
375378
}
376379
377-
header {
380+
.header {
378381
text-align: center;
379382
font-family: verdana;
380383
padding-top: 10px;

0 commit comments

Comments
 (0)