making things responsive on landing page

This commit is contained in:
talksik
2022-04-18 07:44:50 -05:00
parent 1fc82dbb04
commit 5221c4faab
4 changed files with 18 additions and 17 deletions
+3 -3
View File
@@ -4,14 +4,14 @@ export default function HorizontalLogo({
className,
type,
}: {
className: string;
className?: string;
type?: LogoType;
}) {
if (type === LogoType.small) {
return (
<svg
width="333"
height="108"
width="150"
height="55"
viewBox="0 0 333 108"
fill="none"
xmlns="http://www.w3.org/2000/svg"