diff --git a/src/locales/en.json b/src/locales/en.json
index e6a89a70bc9118153fb96e888f086f0162db355d..cb875b0b4c5fc33d2e9505da566427ae58f27b75 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -88,5 +88,5 @@
   "index.header"							:	"Field observations",
   "about.header"							:	"About",
   "about.version"							:	"Version",
-  "about.text"								:	"The app is developed by <a href='https://nibio.no/en' target='new'>NIBIO</a>s <a href='https://www.nibio.no/en/subjects/plant-health/vips--a-digital-pest-prediction-platform'>VIPS-team</a>."
+  "about.text"								:	"<p>The app is developed by <a href='https://nibio.no/em' target='new'>NIBIO</a>'s <a href='https://www.vips-landbruk.no/'>VIPS team</a>.</p><p>VIPS project leader: <a href='https://www.nibio.no/en/employees/berit-nordskog' target='new'>Berit Nordskog</a></p><p>&copy; 2022 <a href='https://nibio.no/en' target='new'>NIBIO</a></p>"
 }
\ No newline at end of file
diff --git a/src/locales/nb.json b/src/locales/nb.json
index 2a2281f691c42616ba8e4a465c8211b8153b1cc3..d10af59d895566f14c8cd99da33a4115014b4c5c 100644
--- a/src/locales/nb.json
+++ b/src/locales/nb.json
@@ -83,7 +83,7 @@
   "index.header"							:	"Feltobservasjoner",
   "about.header"							:	"Om appen",
   "about.version"							:	"Versjon",
-  "about.text"								:	"Appen er utviklet av <a href='https://nibio.no' target='new'>NIBIO</a>s <a href='https://www.vips-landbruk.no/'>VIPS-team</a>." 
+  "about.text"								:	"<p>Appen er utviklet av <a href='https://nibio.no' target='new'>NIBIO</a>s <a href='https://www.vips-landbruk.no/'>VIPS-team</a>.</p><p>Prosjektleder for VIPS: <a href='https://www.nibio.no/ansatte/berit-nordskog' target='new'>Berit Nordskog</a></p><p>&copy; 2022 <a href='https://nibio.no' target='new'>NIBIO</a></p>" 
   
   
 }
\ No newline at end of file
diff --git a/static/css/vipsobsapp.css b/static/css/vipsobsapp.css
index 11d48f657194fe412e6de063cc32b96ab94ed6e6..d64309eebd3e7346fb0f1d2169b71a0a8691b2fe 100644
--- a/static/css/vipsobsapp.css
+++ b/static/css/vipsobsapp.css
@@ -59,4 +59,12 @@ div.addItem {
 		border-radius: 25px;
 		border: 0px;
 		font-weight: bolder;
-	}
\ No newline at end of file
+	}
+#divAbout {
+  padding: 10px;
+  border: 1px solid #3d8052;
+  border-radius: 5px;
+  margin-top: 10px;
+  background-color: #badec5;
+}	
+	
\ No newline at end of file