summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_layouts/git-wiki-bs-lux.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/_layouts/git-wiki-bs-lux.html b/_layouts/git-wiki-bs-lux.html
index 6b376bd..3de9169 100644
--- a/_layouts/git-wiki-bs-lux.html
+++ b/_layouts/git-wiki-bs-lux.html
@@ -19,6 +19,17 @@
{% include git-wiki/sections/head/styles.html %}
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootswatch/4.1.3/lux/bootstrap.min.css">
+
+ {% comment %} Hacky-Fix for lux theme {% endcomment %}
+ <style>
+ .git-wiki-content {
+ padding-left: 0;
+ }
+
+ .wrapper .col-lg-3 {
+ max-width: 300px;
+ }
+ </style>
{% if site.inc_after_head %}
{% include {{ site.inc_after_head }} %}
@@ -69,4 +80,4 @@
{% include git-wiki/sections/tail/tail.html %}
</body>
-</html> \ No newline at end of file
+</html>