diff --git a/base.css b/base.css index c6b9c63..d5d69f1 100644 --- a/base.css +++ b/base.css @@ -140,11 +140,47 @@ main{ box-sizing: content-box; background-color: transparent; } +.flex-col{ + display: -webkit-box; + display: -moz-box; + display: -ms-flexbox; + display: -webkit-flex; + display: flex; + -webkit-box-orient: vertical; + -moz-box-orient: vertical; + -webkit-box-direction: normal; + -moz-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-align-content: center; + align-content: center; + width: 100%; +} .item-table > div{ display: table-row; background-color: transparent; box-sizing: inherit; } +.flex-row, .item-table > div{ + 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; +} .item-table > div > div > div{ padding: 2px; } @@ -206,40 +242,4 @@ main{ .hmb{ display: none; } -} -.flex-col{ - display: -webkit-box; - display: -moz-box; - display: -ms-flexbox; - display: -webkit-flex; - display: flex; - -webkit-box-orient: vertical; - -moz-box-orient: vertical; - -webkit-box-direction: normal; - -moz-box-direction: normal; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-align-content: center; - 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; } \ No newline at end of file diff --git a/index.go.html b/index.go.html index 60ea613..4aee931 100644 --- a/index.go.html +++ b/index.go.html @@ -88,7 +88,7 @@
-
+

{{ .Data.About.Title }}

@@ -96,7 +96,7 @@
-
+
{{ .Data.About.GetContent }}
@@ -109,7 +109,7 @@ {{ range .GetEntries }}
-
+

{{ .Name }}

@@ -121,7 +121,7 @@ {{ end }}
-
+
{{ .GetContent }}
@@ -139,7 +139,7 @@
{{ if not (eq .GetImageCount 0) }} -
+
{{ range .GetImages }} {{ .ImageAltText }}