diff options
-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> |