diff --git a/src/static/css/screen.css b/src/static/css/screen.css index 039c8ea..c182da9 100644 --- a/src/static/css/screen.css +++ b/src/static/css/screen.css @@ -24,6 +24,16 @@ li hr { margin-left: 10px; } +.navbar-brand img { + width: 192px; + height: 40px; +} + +.main-logo { + width: 374px; + height: 78px; +} + #user-menu .wrapper { padding: 3px 10px; white-space: nowrap; diff --git a/src/static/img/logo.svg b/src/static/img/logo.svg new file mode 100644 index 0000000..2329baa --- /dev/null +++ b/src/static/img/logo.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/templates/base.html b/src/templates/base.html index 0855d8a..f3662ab 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -57,7 +57,7 @@ - Colab + Colab