mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-04-24 15:37:12 -05:00
Merge branch 'dev' of https://github.com/PretendoNetwork/website into dev
This commit is contained in:
commit
4d43830562
|
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user