From c082844d299da3765b09ca4c4733a2e37733e15d Mon Sep 17 00:00:00 2001 From: Jeremy Nusser Date: Sat, 29 Oct 2022 08:02:55 -0500 Subject: [PATCH] Updated padding for -x on mobile for single.html. --- assets/css/style.css | 10 +++---- layouts/_default/baseof.html | 11 +++++--- layouts/_default/list.html | 2 +- layouts/_default/single.html | 26 +++++++++---------- public/404.html | 2 +- public/about/index.html | 4 +-- public/categories/blog/index.html | 2 +- public/categories/index.html | 2 +- public/categories/news/index.html | 2 +- public/contact/index.html | 4 +-- ...fbcc7a45bd5c70685090d5500e5b73a62eaba8.css | 1 + public/index.html | 16 ++++++------ public/page/2/index.html | 16 ++++++------ public/page/3/index.html | 16 ++++++------ public/page/4/index.html | 16 ++++++------ public/page/5/index.html | 16 ++++++------ public/posts/blog-post-1/index.html | 4 +-- public/posts/blog-post-2/index.html | 4 +-- public/posts/blog-post-3/index.html | 4 +-- public/posts/blog-post-4/index.html | 4 +-- public/posts/blog-post-5/index.html | 4 +-- public/posts/blog-post-6/index.html | 4 +-- public/posts/index.html | 2 +- public/posts/news-post-1/index.html | 4 +-- public/posts/news-post-2/index.html | 4 +-- public/posts/news-post-3/index.html | 4 +-- public/posts/news-post-4/index.html | 4 +-- public/posts/news-post-5/index.html | 4 +-- public/posts/news-post-6/index.html | 4 +-- public/posts/page/2/index.html | 2 +- public/prose/index.html | 4 +-- public/tags/blog/index.html | 2 +- public/tags/index.html | 2 +- public/tags/news/index.html | 2 +- ...s_53d8db2e382030cdec351f02c8b70385.content | 2 +- ....css_53d8db2e382030cdec351f02c8b70385.json | 2 +- ...s_ad9a12809e06de71aca16e9138fbecf4.content | 10 +++---- 37 files changed, 113 insertions(+), 109 deletions(-) create mode 100644 public/css/style.min.fcc660d9328e74bf8156652b7dfbcc7a45bd5c70685090d5500e5b73a62eaba8.css diff --git a/assets/css/style.css b/assets/css/style.css index a3fb92f..ff1b58c 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -2998,6 +2998,11 @@ video { padding-bottom: 0px; } +.px-7 { + padding-left: 1.75rem; + padding-right: 1.75rem; +} + .px-6 { padding-left: 1.5rem; padding-right: 1.5rem; @@ -3028,11 +3033,6 @@ video { padding-bottom: 3rem; } -.px-7 { - padding-left: 1.75rem; - padding-right: 1.75rem; -} - .pt-8 { padding-top: 2rem; } diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 170440b..a17982a 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,11 +1,14 @@ + -{{ partial "head.html" . }} + {{ partial "head.html" . }} + -{{ partial "nav.html" . }} -{{ block "main" . }}{{ end }} -{{ partial "footer" . }} + {{ partial "nav.html" . }} + {{ block "main" . }}{{ end }} + {{ partial "footer" . }} + \ No newline at end of file diff --git a/layouts/_default/list.html b/layouts/_default/list.html index b99af09..df50547 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -9,7 +9,7 @@ {{ with .Content }} -
+
{{- . -}}
{{ end }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index a8e3716..416ae6d 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,15 +1,15 @@ {{define "main"}} -
-
- -

- {{ .Title }} -

-
-
- -
- {{.Content}} -
-
+
+
+ +

+ {{ .Title }} +

+
+
+ +
+ {{.Content}} +
+
{{end}} \ No newline at end of file diff --git a/public/404.html b/public/404.html index 09b883a..df41f26 100644 --- a/public/404.html +++ b/public/404.html @@ -1,4 +1,4 @@ -404 Page not found | TailBliss