From 6beea1d4127d2d51bfdc75162423407c198d19da Mon Sep 17 00:00:00 2001 From: a73x Date: Sat, 21 Dec 2024 11:53:54 +0000 Subject: add date to posts --- public/static/V1-ServerMono-Regular.woff2 | Bin 19628 -> 0 bytes public/static/favicon.svg | 6 ++++++ public/static/go-project-layers.svg | 13 ------------- public/static/styles.css | 6 ++---- 4 files changed, 8 insertions(+), 17 deletions(-) delete mode 100644 public/static/V1-ServerMono-Regular.woff2 create mode 100644 public/static/favicon.svg delete mode 100644 public/static/go-project-layers.svg (limited to 'public/static') diff --git a/public/static/V1-ServerMono-Regular.woff2 b/public/static/V1-ServerMono-Regular.woff2 deleted file mode 100644 index 6f2c020..0000000 Binary files a/public/static/V1-ServerMono-Regular.woff2 and /dev/null differ diff --git a/public/static/favicon.svg b/public/static/favicon.svg new file mode 100644 index 0000000..d9dd3b5 --- /dev/null +++ b/public/static/favicon.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/public/static/go-project-layers.svg b/public/static/go-project-layers.svg deleted file mode 100644 index 8d7df80..0000000 --- a/public/static/go-project-layers.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - APIDOMAINSTORAGE \ No newline at end of file diff --git a/public/static/styles.css b/public/static/styles.css index 7259353..cae2337 100644 --- a/public/static/styles.css +++ b/public/static/styles.css @@ -27,17 +27,14 @@ hr { h1 { - margin-bottom: 0; font-size: 1.8rem; } h2 { - margin-bottom: 0; font-size: 1.5rem; } h3 { - margin-bottom: 0; font-size: 1.2rem; } @@ -56,7 +53,8 @@ main { justify-content: space-between; } -.header-title { +.header-title h1{ + margin-bottom: 0px; } .nav { -- cgit v1.2.3