diff --git a/webapp/static/css/sik_header.css b/webapp/static/css/sik_header.css new file mode 100644 index 0000000..717d2e1 --- /dev/null +++ b/webapp/static/css/sik_header.css @@ -0,0 +1,10 @@ +.header-content { + +} + +.header-content .logo img { + display: block; + width: 80%; + height: auto; + margin: auto; +} diff --git a/webapp/static/img/logo_header.png b/webapp/static/img/logo_header.png new file mode 100644 index 0000000..f7491f3 Binary files /dev/null and b/webapp/static/img/logo_header.png differ