Header+Footer: revise copy and hover states

This commit is contained in:
rektdeckard
2020-09-28 15:08:20 -04:00
parent 6f58d22791
commit 57d82228a4
3 changed files with 87 additions and 69 deletions

View File

@@ -18,6 +18,11 @@ footer {
border-radius: 50%;
}
.outro-content {
/* pointer-events: none; */
z-index: 2;
}
@media screen and (max-width: 759px) {
.outro h2 {
font-size: 28px;
@@ -35,15 +40,14 @@ footer {
position: absolute;
top: 0;
left: 0;
transform: translate(324px, 510px);
transform: translate(324px, 610px);
}
#phone {
position: absolute;
top: 0;
left: 0;
transform: translate(-140px, 470px);
touch-action: pan-y;
transform: translate(-140px, 570px);
}
}