mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-04-25 16:09:59 -05:00
Merge pull request #27 from montylion/dev
Fixed unclickable buttons & header when small widths
This commit is contained in:
commit
9b39769480
|
|
@ -76,7 +76,7 @@ header nav a {
|
|||
/* Misc */
|
||||
.purple-circle {
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
z-index: -2;
|
||||
width: 2100px;
|
||||
height: 1700px;
|
||||
background: #111531;
|
||||
|
|
@ -94,7 +94,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;
|
||||
|
|
@ -113,7 +113,7 @@ header nav a {
|
|||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, calc(-50% + 70px));
|
||||
z-index: 2;
|
||||
z-index: -2;
|
||||
}
|
||||
|
||||
/* Title business */
|
||||
|
|
@ -551,4 +551,4 @@ footer {
|
|||
margin-top: 100px;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user