Merge pull request #27 from montylion/dev

Fixed unclickable buttons & header when small widths
This commit is contained in:
Jip Frijlink 2021-04-09 17:05:28 +02:00 committed by GitHub
commit 9b39769480
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
}
}