This commit is contained in:
Jip Fr 2021-04-09 17:05:35 +02:00
commit 4d43830562

View File

@ -79,7 +79,7 @@ header nav a {
/* Misc */
.purple-circle {
position: absolute;
z-index: -1;
z-index: -2;
width: 2100px;
height: 1700px;
background: #111531;
@ -97,7 +97,7 @@ header nav a {
left: 50%;
transform: translate(calc(-50% - 35px), -50%);
border-radius: 50%;
z-index: 5;
z-index: -1;
/* Tmp */
display: flex;
justify-content: center;
@ -116,7 +116,7 @@ header nav a {
top: 50%;
left: 50%;
transform: translate(-50%, calc(-50% + 70px));
z-index: 2;
z-index: -2;
}
/* Title business */
@ -554,4 +554,4 @@ footer {
margin-top: 100px;
}
}
}