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:
authorKarl <kc0bfv@gmail.com>2022-03-07 01:44:42 +0300
committerKarl <kc0bfv@gmail.com>2022-03-07 01:44:42 +0300
commit732f3ee8e552e26a9e411bf5ac3a697af19d13b9 (patch)
tree9fddc614360e87123a7663e5223ff38e9df60b19
parent372b2b3ca66be9c7911cc028e88f4229dda47eaf (diff)
Temp - set max_width on galleriescur_ver_release
-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; }