From 1fce0a6cf458bac999e0b0c4bfeec415ad34806c Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Tue, 26 Jul 2022 21:23:15 +0100 Subject: [PATCH] . --- base.css | 6 +++--- dark.css | 2 +- index.go.html | 14 +++++++------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/base.css b/base.css index ba99b36..0270cbd 100644 --- a/base.css +++ b/base.css @@ -16,9 +16,6 @@ main{ .centered{ text-align: center; } -.padded-2px{ - padding: 2px; -} .header{ position: fixed; top: 0; @@ -113,6 +110,9 @@ main{ background-color: transparent; box-sizing: inherit; } +.item-table > div > div > div{ + padding: 2px; +} .item-table-caption{ display: table-caption; caption-side: bottom; diff --git a/dark.css b/dark.css index b1a210c..cabd55b 100644 --- a/dark.css +++ b/dark.css @@ -30,7 +30,7 @@ a{ .main-table{ background-color: #0f0f0f; } -.item-table > div > div{ +.item-table > div > div, .item-table-caption{ border-color: #F5DEB3FF; } .image-box > a{ diff --git a/index.go.html b/index.go.html index bd7e2f5..ddef6ce 100644 --- a/index.go.html +++ b/index.go.html @@ -33,15 +33,15 @@
-

{{ .Data.About.Title }}

+

{{ .Data.About.Title }}

-
{{ .Data.About.GetContent }}
+
{{ .Data.About.GetContent }}
Image of Me.
@@ -58,19 +58,19 @@
-

{{ .Name }}

+

{{ .Name }}

{{ if eq .GetStartDate .GetEndDate }} -

{{ .GetStartDate }}

+

{{ .GetStartDate }}

{{ else }} -

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

+

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

{{ end }}
-
{{ .GetContent }}
+
{{ .GetContent }}