Footer: fix obscured links and remove Mikhael
This commit is contained in:
@@ -35,14 +35,15 @@ footer {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
transform: translate(324px, 460px);
|
transform: translate(324px, 510px);
|
||||||
}
|
}
|
||||||
|
|
||||||
#phone {
|
#phone {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
transform: translate(-140px, 420px);
|
transform: translate(-140px, 470px);
|
||||||
|
touch-action: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -62,12 +62,7 @@ const Footer: React.FC<FooterProps> = () => {
|
|||||||
This website is set in{" "}
|
This website is set in{" "}
|
||||||
<a className="main-link" href="https://manropefont.com/">
|
<a className="main-link" href="https://manropefont.com/">
|
||||||
Manrope
|
Manrope
|
||||||
</a>{" "}
|
|
||||||
by{" "}
|
|
||||||
<a className="main-link" href="https://gent.media/">
|
|
||||||
Mikhail Sharanda
|
|
||||||
</a>
|
</a>
|
||||||
.
|
|
||||||
<br />
|
<br />
|
||||||
See also:{" "}
|
See also:{" "}
|
||||||
<a
|
<a
|
||||||
|
|||||||
Reference in New Issue
Block a user