diff --git a/config/_default/params.toml b/config/_default/params.toml index a279b8a..a1ac02d 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -25,6 +25,9 @@ media = true #do you want an misc folder? misc = true +#do you want an rss link? +rss = true + #do you want to show a link to the sourcecode? sourcecode = true diff --git a/themes/buha/assets/scss/article.scss b/themes/buha/assets/scss/article.scss index d678bc1..ec596d1 100644 --- a/themes/buha/assets/scss/article.scss +++ b/themes/buha/assets/scss/article.scss @@ -49,6 +49,8 @@ article { } } + + .article_footer { font-size: 60%; display: flex; diff --git a/themes/buha/assets/scss/container.scss b/themes/buha/assets/scss/container.scss index 269ac4d..9d30c87 100644 --- a/themes/buha/assets/scss/container.scss +++ b/themes/buha/assets/scss/container.scss @@ -33,3 +33,7 @@ } } } + +.sidebar { + margin-bottom: 1em; +} diff --git a/themes/buha/assets/scss/footer.scss b/themes/buha/assets/scss/footer.scss index 0b852d0..69b0525 100644 --- a/themes/buha/assets/scss/footer.scss +++ b/themes/buha/assets/scss/footer.scss @@ -1,4 +1,5 @@ .footer { + display: flex; flex-direction: column; width: 98vw; @@ -6,6 +7,7 @@ margin-right: auto; .infobox { display: flex; + flex: 1; flex-direction: column; text-align: center; } @@ -23,6 +25,7 @@ flex-direction: row; justify-content: space-between; .infobox { + flex: 1 0 auto; text-align: left; flex-direction: column; } diff --git a/themes/buha/assets/scss/gen_list.scss b/themes/buha/assets/scss/gen_list.scss index fe09ae9..952c8a2 100644 --- a/themes/buha/assets/scss/gen_list.scss +++ b/themes/buha/assets/scss/gen_list.scss @@ -37,9 +37,6 @@ } @media (min-width: 640px) { - .list { - width: 68%; - } } @media (min-width: 768px) { diff --git a/themes/buha/assets/scss/generator.scss b/themes/buha/assets/scss/generator.scss index e37fa61..0117b23 100644 --- a/themes/buha/assets/scss/generator.scss +++ b/themes/buha/assets/scss/generator.scss @@ -20,8 +20,8 @@ fieldset { } form { - width: 80vw; - max-width: 1280px; + width: 90vw; + max-width: 1920px; } .button {