mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-16 18:35:59 +01:00
Update README.md with typo fix , corrected instructions and improved clarity (#33)
* Update README.md with typo fix,corrected instructions and improved clarity * Adjust bottom margin for better alignment on devices with >768px height
This commit is contained in:
parent
38dadcd9b4
commit
6d8030308f
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ Feel free
|
|||
|
||||
## Requirements
|
||||
|
||||
- `pnpm` for the package management. (npm works too if you only want to build it)
|
||||
- `pnpm` for the package management. (You can also use npm if you only intend to build the project)
|
||||
- `imagemagick` to generate the blurred background images.
|
||||
|
||||
## Development
|
||||
|
@ -19,7 +19,7 @@ Feel free
|
|||
- `pnpm install` To install the required npm packages
|
||||
- `pnpm dev` To start the dev server
|
||||
- `pnpm build` To build the static site into `./build`
|
||||
- `pnpm preview` To preview the builded site in `./build` ( no dev environment )
|
||||
- `pnpm preview` To preview the built site in `./build` ( no dev environment )
|
||||
|
||||
## Credits
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<slot name="imageExtra" />
|
||||
</div>
|
||||
|
||||
<div class="relative mb-2 flex grow flex-col font-mono">
|
||||
<div class="relative mb-2 flex grow flex-col font-mono md:mb-6">
|
||||
<button
|
||||
class="flex min-w-[18rem] items-center justify-center gap-4 rounded-full border border-primary py-3 pl-6 pr-6 text-base font-medium transition-transform active:scale-[1.01]"
|
||||
on:click={$$slots.default ? undefined : copyCommand}
|
||||
|
|
Loading…
Reference in a new issue