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. + + 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; +}