diff options
author | Linnnus <[email protected]> | 2024-05-02 14:59:22 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-05-02 14:59:22 +0200 |
commit | 55bde8e73d05138a2cda3746dc4f6574973c774c (patch) | |
tree | cd9acbc135109484e12ad377766b94dfb299e297 | |
parent | 8752590f7c1bebb5ff85725b60f9644213a8e569 (diff) |
Use more spacing for leaderboard intro
-rw-r--r-- | static/styles/leaderboards.css | 3 | ||||
-rw-r--r-- | views/leaderboards.html | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/static/styles/leaderboards.css b/static/styles/leaderboards.css index 82d7dda..11d6d65 100644 --- a/static/styles/leaderboards.css +++ b/static/styles/leaderboards.css @@ -20,6 +20,7 @@ padding: 1rem; } -.center { +.intro { text-align: center; + margin-block: 3rem; } diff --git a/views/leaderboards.html b/views/leaderboards.html index 44bc374..1ebabc4 100644 --- a/views/leaderboards.html +++ b/views/leaderboards.html @@ -5,7 +5,7 @@ {% endblock %} {% block content %} - <div class="center"> + <div class="intro"> <h1>Leaderboard</h1> <p>See who is the most 1337 guild member!</p> </div> |