Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kc0bfv/autophugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/main.css')
-rw-r--r--assets/css/main.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index c8ecf62..1e31449 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -317,6 +317,11 @@ body.loading #main .thumb { -moz-pointer-events: none; -webkit-pointer-events: n
article.thumb a:focus img { border: solid 1px #ffffff; }
+/* TODO: implement flexible, changing multicolumn layout, in Javascript */
+/* For now - max-width of 1200px */
+body, #footer, #header { max-width: 1200px; margin: 0 auto; left: auto; }
+
+
/* Other */
.taxonomy_list div { display: flex; flex-wrap: wrap; padding: 0; }
.tax_term { margin: 0 5px 0 0; height: fit-content; }