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