summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorhorus2021-02-24 18:12:08 +0100
committerhorus2021-02-24 18:12:08 +0100
commit05727e15cfddc7f7af6c4ebbec19b762e2af2d88 (patch)
treeedcf3f694fbef75e900d7c6a550554ae2398ad4e /views
parentef5bd33b5c6e901f1e5b270d76d2134c0fdc0e1f (diff)
downloadmoehring-05727e15cfddc7f7af6c4ebbec19b762e2af2d88.tar.gz
css bugfix
Diffstat (limited to 'views')
-rw-r--r--views/index.html4
-rw-r--r--views/snippets/layout.html1
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 {