Skip to content

Commit 7e40a15

Browse files
committed
more style fixes
1 parent 09c6090 commit 7e40a15

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.vuepress/theme/Layout.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div>
2+
<div class="font-sans leading-normal" :class="{'max-h-screen': modalVisible, 'overflow-hidden': modalVisible}">
33
<TopStrip/>
44
<component :is="layout"></component>
55
</div>

.vuepress/theme/components/TopStrip.vue

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<template>
2-
<div class="bg-blue-dark md:border-t-8 border-green">
2+
<div>
33
<a
44
href="https://www.youtube.com/watch?v=QtGBCj6gCLY?source=ns-vue"
55
target="_blank"
66
rel="noopener"
77
class="block bg-blue-light md:bg-green md:border-t-8 border-green p-4 md:p-0 text-center no-underline text-white"
88
>NativeScript-Vue 2.0: Back to the Vueture (Webinar) is now on YouTube</a>
9-
9+
<div id="app" class="bg-blue-dark md:border-t-8 border-green">
1010
<div class="container flex items-center flex-wrap px-4 md:px-0 mx-auto">
1111
<div class="flex-1 flex items-center">
1212
<a href="/">
@@ -95,6 +95,7 @@
9595
</div>-->
9696
</div>
9797
</div>
98+
</div>
9899
</div>
99100
</template>
100101
<script>

0 commit comments

Comments
 (0)