diff --git a/src/App.css b/src/App.css index c9fe660..99845ca 100644 --- a/src/App.css +++ b/src/App.css @@ -12,6 +12,16 @@ justify-content: center; } +.prevUplImg +{ + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; +} + + + @media print { .noprint diff --git a/src/components/Dog.tsx b/src/components/Dog.tsx index 2d2c5ae..12050f1 100644 --- a/src/components/Dog.tsx +++ b/src/components/Dog.tsx @@ -39,7 +39,7 @@ const Dog = () =>
phone: {phone}
pic: {picPath}
qr: {qrPath}
*/} -Dimensions: {`${dimensionWidth} x ${dimensionHeight}`}
} ); diff --git a/src/components/Profil.tsx b/src/components/Profil.tsx index fd1007b..475844d 100644 --- a/src/components/Profil.tsx +++ b/src/components/Profil.tsx @@ -71,7 +71,7 @@ function Profil()