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 diff --git a/styles/global.css b/styles/global.css index 302598f..82e1f9c 100644 --- a/styles/global.css +++ b/styles/global.css @@ -265,10 +265,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%, @@ -445,4 +445,4 @@ em { width: 500px; height: 500px; } -} \ No newline at end of file +}