Skip to content

Commit

Permalink
update main page
Browse files Browse the repository at this point in the history
  • Loading branch information
ubermanu committed Sep 24, 2023
1 parent f6d7e8b commit 394c52e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions sites/roller/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,18 @@
<div class="my-auto">
<img
src={rollerIcon}
class="logo mx-auto mb-6 max-w-[100px] drop-shadow sm:max-w-[120px]"
class="logo mx-auto max-w-[100px] drop-shadow sm:mb-12 sm:max-w-[120px]"
alt=""
/>
<div class="prose mx-auto max-w-xl text-neutral-900">

<div class="prose mx-auto my-10 max-w-xl text-neutral-900">
<h1 class="sr-only">Roller</h1>
<p>
<b>Roller</b> is a browser extension that allow auto scrolling of web pages
(on Linux), by pressing the mouse wheel button, and moving the mouse up
or down.
</p>
<p>
<p class="text-sm">
This is a maintained fork of the <b>AutoScroll</b> extension.
</p>
</div>
Expand Down

0 comments on commit 394c52e

Please sign in to comment.