Merge branch 'main' of https://github.com/Notoric/notoric.github.io
This commit is contained in:
commit
d558d17652
|
@ -265,10 +265,10 @@ em {
|
||||||
&::before {
|
&::before {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: calc(50% - 55vw);
|
top: calc(50% - 75vw);
|
||||||
left: calc(50% - 55vw);
|
left: calc(50% - 75vw);
|
||||||
height: 110vw;
|
height: 150vw;
|
||||||
width: 110vw;
|
width: 150vw;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
background-image: repeating-conic-gradient(
|
background-image: repeating-conic-gradient(
|
||||||
#ff0050 0%,
|
#ff0050 0%,
|
||||||
|
|
Loading…
Reference in New Issue