diff --git a/README.md b/README.md
index 3632cc1..0f02702 100644
--- a/README.md
+++ b/README.md
@@ -20,4 +20,6 @@ This is a Django 4.0 (django rest framework) project written in python 3.11.0, w
This will create a dockerised running API accessible at localhost on port 8003.
-There is a more complete documentation site on port 8004.
+There is a more complete documentation site on port 8004 at localhost
+
+Live documentation is [here](https://rcpch.github.io/rcpch-nhs-organisations/)
\ No newline at end of file
diff --git a/documentation/docs/_assets/_images/rcpch-logo-mobile.4d5b446caf9a.svg b/documentation/docs/_assets/_images/rcpch-logo-mobile.4d5b446caf9a.svg
index 036a620..b491f83 100644
--- a/documentation/docs/_assets/_images/rcpch-logo-mobile.4d5b446caf9a.svg
+++ b/documentation/docs/_assets/_images/rcpch-logo-mobile.4d5b446caf9a.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/documentation/docs/_assets/_stylesheets/extra.css b/documentation/docs/_assets/_stylesheets/extra.css
index 63c9eb4..8c1c571 100644
--- a/documentation/docs/_assets/_stylesheets/extra.css
+++ b/documentation/docs/_assets/_stylesheets/extra.css
@@ -60,7 +60,8 @@
/* enlarges the font used for titles and navbar */
.md-header__title {
- font-size: 1.5rem;
+ font-size: 1rem;
+ width: 100%;
}
.md-tabs__list {