From 01b91a7e9fcf5bd82ae16c4e9b728323f6cd766a Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Fri, 29 Jul 2022 16:09:24 +0100 Subject: [PATCH] . --- base.css | 58 +++++++++++++++++++++++++-------------------------- index.go.html | 2 +- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/base.css b/base.css index ac2b420..1e2ff11 100644 --- a/base.css +++ b/base.css @@ -130,16 +130,6 @@ main{ border-style: solid; border-width: 2px; } -.main-box > div, footer > p{ - margin: 3px 0; - padding: 2px; - box-sizing: content-box; -} -.item-table{ - display: table; - box-sizing: content-box; - background-color: transparent; -} .flex-col{ display: -webkit-box; display: -moz-box; @@ -157,6 +147,35 @@ main{ align-content: center; width: 100%; } +.flex-row{ + display: -webkit-box; + display: -moz-box; + display: -ms-flexbox; + display: -webkit-flex; + display: flex; + -webkit-box-orient: horizontal; + -moz-box-orient: horizontal; + -webkit-box-direction: normal; + -moz-box-direction: normal; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-wrap: wrap; + -webkit-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-justify-content: center; + justify-content: center; +} +.main-box > div, footer > p{ + margin: 3px 0; + padding: 2px; + box-sizing: content-box; +} +.item-table{ + display: table; + box-sizing: content-box; + background-color: transparent; +} .item-table > div{ display: table-row; background-color: transparent; @@ -187,25 +206,6 @@ main{ overflow: hidden; text-align: center; } -.flex-row{ - display: -webkit-box; - display: -moz-box; - display: -ms-flexbox; - display: -webkit-flex; - display: flex; - -webkit-box-orient: horizontal; - -moz-box-orient: horizontal; - -webkit-box-direction: normal; - -moz-box-direction: normal; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -ms-flex-wrap: wrap; - -webkit-flex-wrap: wrap; - flex-wrap: wrap; - -webkit-justify-content: center; - justify-content: center; -} .image-box > a{ border-style: solid; border-width: 1px; diff --git a/index.go.html b/index.go.html index 50e7cdc..60ea613 100644 --- a/index.go.html +++ b/index.go.html @@ -108,7 +108,7 @@ {{ range .GetEntries }}
-
+

{{ .Name }}