fix: fix Linux and Docker buttons hovering way below the buttons
Some checks failed
Deploy Next.js application / deploy (push) Failing after 20m43s
Some checks failed
Deploy Next.js application / deploy (push) Failing after 20m43s
This commit is contained in:
parent
4c70475718
commit
176d899f9c
1 changed files with 4 additions and 4 deletions
|
@ -123,8 +123,8 @@ const Hero = () => {
|
|||
<span className="sr-only">Linux</span>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width={200}
|
||||
height={200}
|
||||
width={64}
|
||||
height={64}
|
||||
viewBox="0 0 448 512"
|
||||
fill="none"
|
||||
>
|
||||
|
@ -146,8 +146,8 @@ const Hero = () => {
|
|||
<span className="sr-only">Docker</span>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width={200}
|
||||
height={200}
|
||||
width={64}
|
||||
height={64}
|
||||
viewBox="0 0 50 50"
|
||||
fill="none"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue