diff --git a/public/img/eti-logo.svg b/public/img/eti-logo.svg new file mode 100644 index 0000000..c046c51 --- /dev/null +++ b/public/img/eti-logo.svg @@ -0,0 +1,98 @@ + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/src/app.tsx b/src/app.tsx index e90e92b..8a5d56e 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -30,7 +30,7 @@ function App() {
diff --git a/src/styles/header.scss b/src/styles/header.scss index 2397beb..4f5c722 100644 --- a/src/styles/header.scss +++ b/src/styles/header.scss @@ -16,7 +16,8 @@ justify-content: center; img { - width: 100px; + max-width: 100px; + max-height: 72px; } }