diff --git a/static/img/logo.svg b/static/img/logo.svg new file mode 100644 index 0000000..7cdd5f4 --- /dev/null +++ b/static/img/logo.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/main.css b/static/main.css index 1b17777..1a66419 100644 --- a/static/main.css +++ b/static/main.css @@ -92,9 +92,16 @@ form { display: flex; width: 100vw; margin: 0; + font-size: 1.2em; + align-items: center; } .header a { font-weight: bold; color: white; +} + +.header img { + height: 2em; + margin-right: 1em; } \ No newline at end of file diff --git a/views/header_block.ejs b/views/header_block.ejs index a8a35c6..4471231 100644 --- a/views/header_block.ejs +++ b/views/header_block.ejs @@ -1,3 +1,4 @@
+ BiglyChat
\ No newline at end of file