Skip to content

Commit c50588e

Browse files
committed
some styling tweaks
1 parent 5558938 commit c50588e

1 file changed

Lines changed: 42 additions & 48 deletions

File tree

index.html

Lines changed: 42 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -197,61 +197,55 @@ <h1 class="ud-hero-title" style="margin-bottom: 0px">
197197
stack.
198198
</p>
199199

200-
<div class="row ud-hero-buttons text-center">
201-
<div class="col-12 mt-3">
202-
<q-btn
203-
no-caps
204-
style="background-color: #FF1EE6"
205-
text-color="black"
206-
type="a"
207-
href="https://my.lnbits.com"
208-
label="Launch"
209-
size="lg"
210-
:dense="$q.screen.lt.md"
211-
>
212-
<q-tooltip>Launch your own LNbits instance</q-tooltip>
213-
</q-btn>
214-
<q-btn
215-
no-caps
216-
color="white"
217-
text-color="black"
218-
type="a"
219-
href="https://v1.lnbits.com"
220-
label="Demo"
221-
class="q-ml-sm"
222-
size="lg"
223-
:dense="$q.screen.lt.md"
224-
>
225-
<q-tooltip>Try the LNbits Demo server (For testing only)</q-tooltip>
226-
</q-btn>
227-
<q-btn
228-
no-caps
229-
color="white"
230-
text-color="black"
231-
type="a"
232-
href="https://extensions.lnbits.com"
233-
label="Extensions"
234-
class="q-ml-sm gt-sm"
235-
size="lg"
236-
:dense="$q.screen.lt.md"
237-
>
238-
<q-tooltip>Checkout the extensions in LNbits</q-tooltip>
239-
</q-btn>
240-
<q-btn
241-
no-caps
200+
</div>
201+
<div class="q-pb-lg flex justify-center">
202+
<q-btn
203+
no-caps
204+
style="background-color: #FF1EE6"
205+
text-color="black"
206+
type="a"
207+
href="https://my.lnbits.com"
208+
label="Launch"
209+
size="lg"
210+
>
211+
<q-tooltip>Launch your own LNbits instance</q-tooltip>
212+
</q-btn>
213+
<q-btn
214+
no-caps
242215
color="white"
243216
text-color="black"
244217
type="a"
245-
href="https://shop.lnbits.com"
246-
label="Store"
218+
href="https://v1.lnbits.com"
219+
label="Demo"
247220
class="q-ml-sm"
248221
size="lg"
249-
:dense="$q.screen.lt.md"
250222
>
251-
<q-tooltip>Visit the LNbits web store</q-tooltip>
223+
<q-tooltip>Try the LNbits Demo server (For testing only)</q-tooltip>
252224
</q-btn>
253-
</div>
254-
</div>
225+
<q-btn
226+
no-caps
227+
color="white"
228+
text-color="black"
229+
type="a"
230+
href="https://extensions.lnbits.com"
231+
label="Extensions"
232+
class="q-ml-sm gt-sm"
233+
size="lg"
234+
>
235+
<q-tooltip>Checkout the extensions in LNbits</q-tooltip>
236+
</q-btn>
237+
<q-btn
238+
no-caps
239+
color="white"
240+
text-color="black"
241+
type="a"
242+
href="https://shop.lnbits.com"
243+
label="Store"
244+
class="q-ml-sm"
245+
size="lg"
246+
>
247+
<q-tooltip>Visit the LNbits web store</q-tooltip>
248+
</q-btn>
255249
</div>
256250
<div class="container-pic">
257251
<div class="ud-hero-image">

0 commit comments

Comments
 (0)