diff options
Diffstat (limited to 'views')
| -rw-r--r-- | views/index.html | 4 | ||||
| -rw-r--r-- | views/snippets/layout.html | 1 |
2 files changed, 2 insertions, 3 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> diff --git a/views/snippets/layout.html b/views/snippets/layout.html index 2dda9cf..b788215 100644 --- a/views/snippets/layout.html +++ b/views/snippets/layout.html @@ -50,7 +50,6 @@ */ .navbar-nav .active { border-bottom: 5px solid #f07206; - bottom: -10px; } @media (max-width: 992px) { .navbar-nav .active { |
