File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" font-sans text-white min-h-screen min-w-screen flex flex-col items-start justify-start bg-[#212121]" >
3
- <div class =" flex flex-col justify-start mt-8 md:my-12 p-4 gap-8 md:gap-12 flex-grow" >
3
+ <div class =" flex flex-col justify-start mt-4 sm:mt- 8 md:my-12 p-4 gap-8 md:gap-12 flex-grow" >
4
4
<h1 class =" flex flex-row gap-4 text-white text-3xl md:text-5xl" >
5
5
<span class =" text-green-400" >» ; </span >
6
6
<button v-if =" domain && !editing" class =" bg-transparent" @click =" enableEditing" >{{ domain }}</button >
28
28
No results could be fetched. Is it a valid domain?
29
29
</div >
30
30
<div class =" flex flex-col gap-2 mt-auto md:mt-8" >
31
+ <NuxtLink type =" submit"
32
+ class =" bg-green-400 text-black hover: hover:bg-white focus:bg-white active:bg-white text-xl md:text-2xl py-2 px-6 md:self-start mb-8"
33
+ :href =" shareLink" @click.prevent =" nativeShare" >
34
+ Share results
35
+ </NuxtLink >
31
36
<span v-if =" results?.timestamp" class =" text-gray-400" >
32
37
Last updated at
33
38
<NuxtTime :datetime =" results.timestamp" dateStyle =" full" />.
37
42
See full results on PageSpeed Insights » ;
38
43
</a >
39
44
</div >
40
- <NuxtLink type =" submit"
41
- class =" bg-green-400 text-black hover: hover:bg-white focus:bg-white active:bg-white text-xl md:text-2xl py-2 px-6 md:self-start"
42
- :href =" shareLink" @click.prevent =" nativeShare" >Share results</NuxtLink >
43
45
</template >
44
46
</div >
45
47
<footer class =" mt-auto p-3 text-gray-400" >
You can’t perform that action at this time.
0 commit comments