From 6d8985e441c4504b47be8f91ab3da582ed789fde Mon Sep 17 00:00:00 2001 From: Kacper Donat Date: Sat, 11 Jul 2020 18:30:56 +0200 Subject: [PATCH] Use ETI Logo instead of PG --- public/img/eti-logo.svg | 98 +++++++++++++++++++++++++++++++++++++++++ src/app.tsx | 2 +- src/styles/header.scss | 3 +- 3 files changed, 101 insertions(+), 2 deletions(-) create mode 100644 public/img/eti-logo.svg 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; } }