From e3aa95b610675c53128987bc50c693f00c1970f1 Mon Sep 17 00:00:00 2001 From: BastelPichi <63782569+BastelPichi@users.noreply.github.com> Date: Mon, 20 May 2024 21:51:47 +0200 Subject: [PATCH] Add link to Website --- README.md | 2 ++ assets/css/style.scss | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 79fc523..ddf97c3 100644 --- a/README.md +++ b/README.md @@ -262,3 +262,5 @@ Please review the [LICENSE](LICENSE) file for detailed terms and conditions. ### Author Information This guide has been written by **lekrsu**, who can be reached on Discord with the tag `lekrsu` and on Telegram with the username `lekrsu`. You're welcome to send a pull request if you feel like the information needs correction. + +
This guide can be viewed in a prettier form here.
diff --git a/assets/css/style.scss b/assets/css/style.scss index f4cc70c..150d42d 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -39,3 +39,7 @@ body { padding: 15px; } } + +.hidden { + display: none; +}