We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8e60b commit fce4877Copy full SHA for fce4877
src/views/About.vue
@@ -2,7 +2,10 @@
2
<div class="bg-slate-100 flex flex-col h-screen overflow-auto">
3
<Meta />
4
<VueNavigator class="mb-5 z-20" />
5
- <header>
+ <div
6
+ class="header"
7
+ style="l"
8
+ >
9
<div
10
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"
11
class="logo"
@@ -24,7 +27,7 @@
24
27
Create Vue Applications
25
28
using a Visual Designer
26
29
</h1>
- </header>
30
+ </div>
31
<main
32
style="width:100%"
33
class="grow"
@@ -374,7 +377,7 @@
374
377
width: 100%;
375
378
}
376
379
- header {
380
+ .header {
381
text-align: center;
382
font-family: verdana;
383
padding-top: 10px;
0 commit comments