diff --git a/docs/css/styles.css b/docs/css/styles.css index e7ae62b..a3cd4d2 100644 --- a/docs/css/styles.css +++ b/docs/css/styles.css @@ -28,8 +28,11 @@ body:has(#content) { } #header-left { display: flex; - flex-direction: column; - align-items: flex-start; + align-items: center; + gap: 0.75em; +} +.header-logo { + max-width: 72px; } #header-title { font-size: 1.4em; diff --git a/docs/img/logo.png b/docs/img/logo.png new file mode 100644 index 0000000..21d0ef5 Binary files /dev/null and b/docs/img/logo.png differ diff --git a/docs/index.html b/docs/index.html index c19afdb..c76f360 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,6 +4,7 @@ ICE Detention Map +