File tree Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 38
38
type =" text"
39
39
@keyup.esc =" close"
40
40
@focusout =" close"
41
+ @change =" close"
41
42
>
42
43
43
44
<div v-if =" query" class =" w-full sm:w-1/2 md:inset-auto text-left mb-4" >
51
52
:key =" result.link"
52
53
@mousedown.prevent
53
54
>
54
- <span class =" uppercase font-semibold" >{{ result.item.title }}</span >
55
+ <span class =" font-semibold" >{{ result.item.title }}</span >
55
56
56
57
<span class =" block text-gray-600 dark:text-neutral-300 normal-case text-sm my-1"
57
58
v-html =" result.item.snippet" ></span >
Original file line number Diff line number Diff line change 1
- <dl class =" -my-3 text-sm" >
2
- <div class =" grid grid-cols-1 sm:grid-cols-4 mb-4 " >
1
+ <dl class =" mt-12 mb-8 lg:mb-0 lg:mt-8 text-sm" >
2
+ <div class =" grid grid-cols-1 sm:grid-cols-4" >
3
3
<dt class =" leading-tight mb-4 pr-4" >
4
- <h3 >{{ $heading } } </h3 >
4
+ <h3 class = " font-normal " >{{ $heading } } </h3 >
5
5
</dt >
6
- <dd class =" sm:col-span-3 mb-6 pl-6 border-l border-gray-300 dark:border-neutral-700 uses-border" >
6
+ <dd class =" sm:col-span-3 pl-6 border-l border-gray-300 dark:border-neutral-700 uses-border" >
7
7
{{ $slot } }
8
8
</dd >
9
9
</div >
Original file line number Diff line number Diff line change 7
7
@section (' body' )
8
8
<h1 >What I use</h1 >
9
9
10
- <p class =" mb-8" >Here's what helps me do my day-to-day.</p >
10
+ <p class =" lg: mb-8" >Here's what helps me do my day-to-day.</p >
11
11
12
12
<div class =" flow-root py-3" >
13
13
<x-uses-section heading =" Workstations" >
18
18
</p >
19
19
20
20
<h5 >16-inch, M1 Pro, 2021 MacBook Pro</h5 >
21
- <p >
21
+ <p class = " mb-0 " >
22
22
This is my work machine and it's quite a bit more powerful! With a faster chipset, 32GB
23
23
memory and 1TB of storage it makes light work with the software and containers I run.
24
24
</p >
25
25
</x-uses-section >
26
26
27
- <x-uses-section heading =" Development Software " >
27
+ <x-uses-section heading =" Development software " >
28
28
<h5 ><a href =" https://www.jetbrains.com/" >JetBrains IDEs</a ></h5 >
29
29
<p >
30
30
My go-to IDE is anything by JetBrains. They all come pre-packed with tons of features
44
44
</p >
45
45
46
46
<h5 ><a href =" https://github.com/usebruno/bruno" >Bruno</a ></h5 >
47
- <p >
47
+ <p class = " mb-0 " >
48
48
The only "offline" API client with Git collaboration in mind. It's fairly new to the
49
49
scene but it has already gained a lot of attention and works great.
50
50
</p >
64
64
</p >
65
65
66
66
<h5 ><a href =" https://boop.okat.best/" >Boop</a ></h5 >
67
- <p >
67
+ <p class = " mb-0 " >
68
68
A neat text manipulation tool that already comes with an array of useful scripts. You
69
69
can also create your own scripts too.
70
70
</p >
80
80
<h6 >Elgato Wave:3 Microphone</h6 >
81
81
<h6 >Elgato Facecam</h6 >
82
82
<h6 >Elgato Key Light Air</h6 >
83
- <h6 >BenQ ScreenBar Halo</h6 >
83
+ <h6 class = " mb-0 " >BenQ ScreenBar Halo</h6 >
84
84
</div >
85
85
</x-uses-section >
86
86
</div >
You can’t perform that action at this time.
0 commit comments