diff options
Diffstat (limited to 'views/index.html')
| -rw-r--r-- | views/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/index.html b/views/index.html index 055a391..ba4dd1e 100644 --- a/views/index.html +++ b/views/index.html @@ -9,7 +9,7 @@ margin-top: 4rem; } } - li { + .index-list > li { margin-bottom: 1rem; } {% endblock %} @@ -18,7 +18,7 @@ <div class="container"> - <ul class="list-unstyled text-left"> + <ul class="list-unstyled text-left index-list"> <li> I did some stuff online: <br> |
