From 1be6e01fc6d5ef1f63e5895639e752e9a45b39a7 Mon Sep 17 00:00:00 2001 From: coltborg Date: Sun, 15 Sep 2024 04:53:42 +0000 Subject: [PATCH] deploy: a8dd2a604a36931a68a9b41f2e497d8fde16d511 --- about/index.html | 1 - index.html | 1 - posts/make-node-list-an-array/index.html | 1 - posts/nested-destructuring/index.html | 1 - posts/test/index.html | 1 - posts/visual-studio-code-setup/index.html | 1 - styles/large.css | 5 ----- styles/style.css | 2 +- 8 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 styles/large.css diff --git a/about/index.html b/about/index.html index e7d3a7e..c0cb9e5 100644 --- a/about/index.html +++ b/about/index.html @@ -11,7 +11,6 @@ > - diff --git a/index.html b/index.html index 4588176..f50ee9d 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,6 @@ > - diff --git a/posts/make-node-list-an-array/index.html b/posts/make-node-list-an-array/index.html index 84f3a8f..a694ee2 100644 --- a/posts/make-node-list-an-array/index.html +++ b/posts/make-node-list-an-array/index.html @@ -11,7 +11,6 @@ > - diff --git a/posts/nested-destructuring/index.html b/posts/nested-destructuring/index.html index 3899cdb..4edc0cd 100644 --- a/posts/nested-destructuring/index.html +++ b/posts/nested-destructuring/index.html @@ -11,7 +11,6 @@ > - diff --git a/posts/test/index.html b/posts/test/index.html index 8bf180b..b193616 100644 --- a/posts/test/index.html +++ b/posts/test/index.html @@ -11,7 +11,6 @@ > - diff --git a/posts/visual-studio-code-setup/index.html b/posts/visual-studio-code-setup/index.html index bbb9ee0..b03e99a 100644 --- a/posts/visual-studio-code-setup/index.html +++ b/posts/visual-studio-code-setup/index.html @@ -11,7 +11,6 @@ > - diff --git a/styles/large.css b/styles/large.css deleted file mode 100644 index 1bd58ec..0000000 --- a/styles/large.css +++ /dev/null @@ -1,5 +0,0 @@ -.post-list { - a { - font-size: 3.5rem; - } -} diff --git a/styles/style.css b/styles/style.css index 83ddd1e..8286c06 100644 --- a/styles/style.css +++ b/styles/style.css @@ -224,7 +224,7 @@ nav { } a { - font-size: 2rem; + font-size: clamp(2rem, 5vi, 4rem); font-weight: 800; letter-spacing: -0.08rem; text-decoration-thickness: 7%;