diff --git a/src/favicon.svg b/src/favicon.svg new file mode 100644 index 0000000..10e3700 --- /dev/null +++ b/src/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/index.html b/src/index.html index 1161873..7172ab3 100644 --- a/src/index.html +++ b/src/index.html @@ -4,6 +4,7 @@
Compiler-as-a-Service (at the edge of your browser).
diff --git a/src/logo.svg b/src/logo.svg new file mode 100644 index 0000000..e0adc0c --- /dev/null +++ b/src/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/styles/layout-shell.css b/src/styles/layout-shell.css index 4480f64..1878230 100644 --- a/src/styles/layout-shell.css +++ b/src/styles/layout-shell.css @@ -17,10 +17,23 @@ } .brand-link { + display: inline-flex; + align-items: center; + gap: 10px; color: inherit; text-decoration: none; } +.brand-logo { + display: block; + border-radius: 6px; + flex: none; +} + +.brand-text { + line-height: 1; +} + .brand-link:hover { text-decoration: underline; }