diff --git a/base.css b/base.css index 0270cbd..0eed3e6 100644 --- a/base.css +++ b/base.css @@ -79,6 +79,28 @@ main{ transform: rotate(45deg); top:0; } +.main-box{ + 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%; +} +.main-box > div{ + margin: 3px 0; + padding: 2px; + box-sizing: content-box; +} .main-table{ display: table; width: 100%; @@ -114,7 +136,7 @@ main{ padding: 2px; } .item-table-caption{ - display: table-caption; + display: table-caption !important; caption-side: bottom; } .item-table-full, .item-table-360, .item-table-caption{ @@ -156,6 +178,9 @@ main{ margin: 2px; } @media (min-width: 480px){ + .main-box > div{ + margin: 5px; + } .main-table > div > div > div{ margin: 5px; } diff --git a/dark.css b/dark.css index cabd55b..d9c8428 100644 --- a/dark.css +++ b/dark.css @@ -27,7 +27,7 @@ a{ .hmb-line, .hmb-line::before, .hmb-line::after{ background: #e0e0e0; } -.main-table{ +.main-table, .main-box{ background-color: #0f0f0f; } .item-table > div > div, .item-table-caption{ diff --git a/index.go.html b/index.go.html index ddef6ce..88c68d1 100644 --- a/index.go.html +++ b/index.go.html @@ -26,69 +26,61 @@ -
+
-
+
-
-
-
-

{{ .Data.About.Title }}

-
- -
-
-
-
{{ .Data.About.GetContent }}
-
-
-
Image of Me.
-
-
+
+

{{ .Data.About.Title }}

+
+ +
+
+
+
{{ .Data.About.GetContent }}
+
+
+
Image of Me.
{{ range .Data.Entries }}
-
+
-
-
-
-

{{ .Name }}

-
-
- {{ if eq .GetStartDate .GetEndDate }} -

{{ .GetStartDate }}

- {{ else }} -

{{ .GetStartDate }} - {{ .GetEndDate }}

- {{ end }} -
-
-
-
-
{{ .GetContent }}
-
-
-
-
-
- {{ if not (eq .GetImageCount 0) }} -
-
- {{ range .GetImages }} - - {{ end }} -
-
+
+

{{ .Name }}

+
+
+ {{ if eq .GetStartDate .GetEndDate }} +

{{ .GetStartDate }}

+ {{ else }} +

{{ .GetStartDate }} - {{ .GetEndDate }}

{{ end }}
+
+
+
{{ .GetContent }}
+
+
+
+
+
+ {{ if not (eq .GetImageCount 0) }} +
+
+ {{ range .GetImages }} + + {{ end }} +
+
+ {{ end }}
{{ end }}