From 53b88ab4bcc285b1ba4df8041118aa233de0c9ce Mon Sep 17 00:00:00 2001 From: Notoric Date: Sat, 25 May 2024 01:15:04 +0100 Subject: [PATCH 1/4] inc size of border pseudo --- styles/global.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/styles/global.css b/styles/global.css index a393eed..5f6469a 100644 --- a/styles/global.css +++ b/styles/global.css @@ -244,10 +244,10 @@ em { &::before { content: ""; position: absolute; - top: calc(50% - 55vw); - left: calc(50% - 55vw); - height: 110vw; - width: 110vw; + top: calc(50% - 75vw); + left: calc(50% - 75vw); + height: 150vw; + width: 150vw; z-index: 0; background-image: repeating-conic-gradient( #ff0050 0%, @@ -418,4 +418,4 @@ em { width: 500px; height: 500px; } -} \ No newline at end of file +} From b31c9a3fceb2fdb6eec8eba70578faa78ea09ee6 Mon Sep 17 00:00:00 2001 From: Notoric Date: Wed, 29 May 2024 14:47:55 +0100 Subject: [PATCH 2/4] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..57dc862 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +notoric.net \ No newline at end of file From 24680b6c382062e939f79c1185495117d2eb9bf9 Mon Sep 17 00:00:00 2001 From: Notoric Date: Wed, 29 May 2024 14:50:58 +0100 Subject: [PATCH 3/4] Update CNAME --- CNAME | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CNAME b/CNAME index 57dc862..fd0be22 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -notoric.net \ No newline at end of file +www.notoric.net \ No newline at end of file From b828f72fd78bbcf2b26285f45da74a34d62f0729 Mon Sep 17 00:00:00 2001 From: Notoric Date: Wed, 29 May 2024 14:51:46 +0100 Subject: [PATCH 4/4] Update CNAME --- CNAME | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CNAME b/CNAME index fd0be22..57dc862 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -www.notoric.net \ No newline at end of file +notoric.net \ No newline at end of file